diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fbf5fa..c53988e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0] - 2025-10-25 + ### Added -- Add `on` and `emit` event functions -- Add `connected` and `disconnected` lifecycle functions +- Add `on` and `emit` event functions ([#62](https://github.com/Ambiki/impulse/pull/62)) +- Add `connected` and `disconnected` lifecycle functions ([#60](https://github.com/Ambiki/impulse/pull/60)) ### Fixed -- Process pending mutations +- Process pending mutations ([#71](https://github.com/Ambiki/impulse/pull/71)) ## [1.0.2] - 2025-06-15 @@ -107,7 +109,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Everything! -[unreleased]: https://github.com/Ambiki/impulse/compare/v1.0.2...HEAD +[unreleased]: https://github.com/Ambiki/impulse/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/Ambiki/impulse/compare/v1.0.2...v1.1.0 [1.0.2]: https://github.com/Ambiki/impulse/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/Ambiki/impulse/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/Ambiki/impulse/compare/v0.5.0-beta.1...v1.0.0 diff --git a/packages/core/package.json b/packages/core/package.json index 0cdaedd..862fbe1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ambiki/impulse", - "version": "1.0.2", + "version": "1.1.0", "description": "A JavaScript framework that leverages the Web Components API.", "author": "Ambitious Idea Labs (https://ambiki.com/)", "contributors": [ diff --git a/packages/playground/package.json b/packages/playground/package.json index 9d31653..c9d8da4 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "devDependencies": { - "@ambiki/impulse": "1.0.2", + "@ambiki/impulse": "1.1.0", "vite": "^5.4.21" } }