diff --git a/CHANGELOG.md b/CHANGELOG.md index b8ae91c..912978d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.7] - 2023-06-29 +### Changed +- Settings scrollbar + ## [1.0.6] - 2023-06-29 ### Added - Add optional GTM consent support @@ -38,7 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - First POC -[Unreleased]: https://github.com/antistatique/leckerli/compare/v1.0.6...HEAD +[Unreleased]: https://github.com/antistatique/leckerli/compare/v1.0.7...HEAD +[1.0.7]: https://github.com/antistatique/leckerli/compare/v1.0.6...v1.0.7 [1.0.6]: https://github.com/antistatique/leckerli/compare/v1.0.5...v1.0.6 [1.0.5]: https://github.com/antistatique/leckerli/compare/v1.0.4...v1.0.5 [1.0.4]: https://github.com/antistatique/leckerli/compare/v1.0.3...v1.0.4 diff --git a/package.json b/package.json index 4a0216e..f16c862 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antistatique/leckerli", - "version": "1.0.6", + "version": "1.0.7", "description": "Lightweight and customisable GDPR cookie consent manager", "private": false, "repository": "https://github.com/antistatique/leckerli",