From e5a41a787facdfbdc68c8af181497976abafed7b Mon Sep 17 00:00:00 2001 From: tg666 Date: Tue, 28 Dec 2021 23:20:55 +0100 Subject: [PATCH] Updated CHANGELOG and the package version --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fa50fb..f4d046b 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.3.0] - 2021-12-28 + ### Added - Added param table `Event triggers` in a new section `Composite consent` in GTM template. Event triggers for composite consent can be defined here. For more information look into the section [Event triggers based on composite consent](./README.md#event-triggers-based-on-composite-consent) in README. @@ -143,7 +145,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The first version of the package has been released. -[unreleased]: https://github.com/68publishers/cookie-consent/compare/v0.2.7...main +[unreleased]: https://github.com/68publishers/cookie-consent/compare/v0.3.0...main +[0.3.0]: https://github.com/68publishers/cookie-consent/compare/v0.2.7...v0.3.0 [0.2.7]: https://github.com/68publishers/cookie-consent/compare/v0.2.6...v0.2.7 [0.2.6]: https://github.com/68publishers/cookie-consent/compare/v0.2.5...v0.2.6 [0.2.5]: https://github.com/68publishers/cookie-consent/compare/v0.2.4...v0.2.5 diff --git a/package.json b/package.json index cd46ba7..f590386 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "68publishers-cookie-consent", - "version": "0.3.0-beta.0", + "version": "0.3.0", "description": "Cookie consent wrapper based on orestbida/cookieconsent with GTM integration.", "homepage": "http://www.68publishers.io/", "main": "index.js",