From e3c758ea3a2263f49f95e51b7251deaa0efa79ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Glawaty?= Date: Thu, 15 Feb 2024 22:50:40 +0100 Subject: [PATCH] Updated the package version to `v0.4.8` --- CHANGELOG.md | 5 ++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 354d5dc..a96740e 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.4.8] - 2024-02-15 + ### Added - Added fields `Integration > CMP API > Default environment` and `Integration > CMP API > Environment code` in the GTM template. @@ -298,7 +300,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.4.7...main +[unreleased]: https://github.com/68publishers/cookie-consent/compare/v0.4.8...HEAD +[0.4.8]: https://github.com/68publishers/cookie-consent/compare/v0.4.7...v0.4.8 [0.4.7]: https://github.com/68publishers/cookie-consent/compare/v0.4.6...v0.4.7 [0.4.6]: https://github.com/68publishers/cookie-consent/compare/v0.4.5...v0.4.6 [0.4.5]: https://github.com/68publishers/cookie-consent/compare/v0.4.4...v0.4.5 diff --git a/package-lock.json b/package-lock.json index f3641c9..377e28c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "68publishers-cookie-consent", - "version": "0.4.8-beta.2", + "version": "0.4.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "68publishers-cookie-consent", - "version": "0.4.8-beta.2", + "version": "0.4.8", "license": "MIT", "dependencies": { "crypto-js": "^4.1.1", diff --git a/package.json b/package.json index 3cfd32f..1656778 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "68publishers-cookie-consent", - "version": "0.4.8-beta.2", + "version": "0.4.8", "description": "Cookie consent wrapper based on orestbida/cookieconsent with GTM integration.", "homepage": "http://www.68publishers.io/", "main": "index.js",