diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ddb29b..b095fb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.0.2] - 2023-06-28 ### Changed - Improve documentation - Improve Events @@ -17,6 +19,7 @@ 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.1...HEAD +[Unreleased]: https://github.com/antistatique/leckerli/compare/v1.0.2...HEAD +[1.0.2]: https://github.com/antistatique/leckerli/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/antistatique/leckerli/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/antistatique/leckerli/releases/tag/v1.0.0 diff --git a/package.json b/package.json index b421820..f7ef54d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antistatique/leckerli", - "version": "1.0.1", + "version": "1.0.2", "description": "Lightweight and customisable GDPR cookie consent manager", "private": false, "repository": "https://github.com/antistatique/leckerli",