From d38cb815d8a77871abd297dd521b12d37aca0cba Mon Sep 17 00:00:00 2001 From: alin Date: Mon, 12 Feb 2024 16:50:13 +0100 Subject: [PATCH] Change release notes --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b87bca3c..3c65be63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.0] - 2024-02-12 + ### Added * `@aedart/support/mixins` submodule that offers an adaptation of Justin Fagnani's [`mixwith.js`](https://github.com/justinfagnani/mixwith.js). @@ -195,7 +197,8 @@ the version command (_configured in root `lerna.json`_). * Browser tests setup using karma, webpack, and jasmine. * Project init, lerna, directory structure, ...etc. -[Unreleased]: https://github.com/aedart/ion/compare/0.7.0...HEAD +[Unreleased]: https://github.com/aedart/ion/compare/0.8.0...HEAD +[0.8.0]: https://github.com/aedart/ion/compare/0.7.0...0.8.0 [0.7.0]: https://github.com/aedart/ion/compare/0.6.1...0.7.0 [0.6.1]: https://github.com/aedart/ion/compare/0.6.0...0.6.1 [0.6.0]: https://github.com/aedart/ion/compare/0.5.0...0.6.0