diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fef57f..c6d028e 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.5] - 2021-01-08 + ### Added - Added the section `How the GTM integration works` in README @@ -189,7 +191,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.3.4...main +[unreleased]: https://github.com/68publishers/cookie-consent/compare/v0.3.5...main +[0.3.5]: https://github.com/68publishers/cookie-consent/compare/v0.3.4...v0.3.5 [0.3.4]: https://github.com/68publishers/cookie-consent/compare/v0.3.3...v0.3.4 [0.3.3]: https://github.com/68publishers/cookie-consent/compare/v0.3.2...v0.3.3 [0.3.2]: https://github.com/68publishers/cookie-consent/compare/v0.3.1...v0.3.2 diff --git a/package-lock.json b/package-lock.json index 64c3565..3f07d46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "68publishers-cookie-consent", - "version": "0.3.5-beta.1", + "version": "0.3.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "68publishers-cookie-consent", - "version": "0.3.5-beta.1", + "version": "0.3.5", "license": "MIT", "dependencies": { "vanilla-cookieconsent": "^2.7.1" diff --git a/package.json b/package.json index 46d5347..54e0007 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "68publishers-cookie-consent", - "version": "0.3.5-beta.1", + "version": "0.3.5", "description": "Cookie consent wrapper based on orestbida/cookieconsent with GTM integration.", "homepage": "http://www.68publishers.io/", "main": "index.js",