diff --git a/CHANGELOG.md b/CHANGELOG.md index e7cd5db..6bea126 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.1] - 2025-11-14 +### Changed +- Publish as the scoped package `@eduvia-app/nuxt-can` and document the scoped install steps. +- Fill out package metadata (author, repository, keywords, peer dependency) for npm. + +### Docs +- Update README badges/links to the scoped npm package and explain why `v-can` helps existing codebases. + ## [1.0.0] - 2025-11-14 ### Added - Compile-time transformer that rewrites `v-can` / `v-cannot` into optimized `v-if` guards. @@ -18,4 +26,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - English README describing usage, playground, and contribution guide. - Roadmap and release prep guidance. -[1.0.0]: https://github.com/your-org/nuxt-can/releases/tag/v1.0.0 +[1.0.1]: https://github.com/eduvia-app/nuxt-can/releases/tag/v1.0.1 +[1.0.0]: https://github.com/eduvia-app/nuxt-can/releases/tag/v1.0.0