From 81241ebf7c462631ea1e6ccdf19431341fae4082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Glawaty?= Date: Fri, 1 Sep 2023 09:40:42 +0200 Subject: [PATCH] Updated the package version to `0.4.6` --- CHANGELOG.md | 6 +++++- package-lock.json | 4 ++-- package.json | 2 +- src/version.json | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52bb34e..69969d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.6] - 2023-09-01 + ### Added - Added missing translation keys in the GTM template. +- Added default translations for `Finnish` (`fi`) language. ## [0.4.5] - 2023-04-26 @@ -270,7 +273,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.5...main +[unreleased]: https://github.com/68publishers/cookie-consent/compare/v0.4.6...main +[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 [0.4.4]: https://github.com/68publishers/cookie-consent/compare/v0.4.3...v0.4.4 [0.4.3]: https://github.com/68publishers/cookie-consent/compare/v0.4.2...v0.4.3 diff --git a/package-lock.json b/package-lock.json index e02dfd6..529292d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "68publishers-cookie-consent", - "version": "0.4.5", + "version": "0.4.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "68publishers-cookie-consent", - "version": "0.4.5", + "version": "0.4.6", "license": "MIT", "dependencies": { "cross-var": "^1.1.0", diff --git a/package.json b/package.json index ad8ef4d..be61f12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "68publishers-cookie-consent", - "version": "0.4.5", + "version": "0.4.6", "description": "Cookie consent wrapper based on orestbida/cookieconsent with GTM integration.", "homepage": "http://www.68publishers.io/", "main": "index.js", diff --git a/src/version.json b/src/version.json index d5b92e7..ee02d47 100644 --- a/src/version.json +++ b/src/version.json @@ -1 +1 @@ -{"version":"0.4.5"} +{"version":"0.4.6"}