From a918394557934f3f17c13a6bae80f8f8c5dc321c Mon Sep 17 00:00:00 2001 From: tg666 Date: Fri, 23 Dec 2022 01:12:20 +0100 Subject: [PATCH] Updated package and changelog version to `0.4.1` --- CHANGELOG.md | 9 ++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e69366..9daff9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1] - 2022-12-23 + +### Fixed + +- Fixed typo in the czech dictionary. + ## [0.4.0] - 2022-12-09 ### Added @@ -226,7 +232,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.0...main +[unreleased]: https://github.com/68publishers/cookie-consent/compare/v0.4.1...main +[0.4.1]: https://github.com/68publishers/cookie-consent/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/68publishers/cookie-consent/compare/v0.3.8...v0.4.0 [0.3.8]: https://github.com/68publishers/cookie-consent/compare/v0.3.7...v0.3.8 [0.3.7]: https://github.com/68publishers/cookie-consent/compare/v0.3.6...v0.3.7 diff --git a/package-lock.json b/package-lock.json index 74be497..f19bd9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "68publishers-cookie-consent", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "68publishers-cookie-consent", - "version": "0.4.0", + "version": "0.4.1", "license": "MIT", "dependencies": { "crypto-js": "^4.1.1", diff --git a/package.json b/package.json index 52f2520..d527154 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "68publishers-cookie-consent", - "version": "0.4.0", + "version": "0.4.1", "description": "Cookie consent wrapper based on orestbida/cookieconsent with GTM integration.", "homepage": "http://www.68publishers.io/", "main": "index.js",