From f623079fc3ea174e8fcab878d4ee609b31dd4698 Mon Sep 17 00:00:00 2001 From: tg666 Date: Fri, 31 Dec 2021 19:19:30 +0100 Subject: [PATCH] Updated the package version to `0.3.1` --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b89db7..dbc9ee5 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.1] - 2021-12-31 + ### Fixed - Fixed initialization of the original plugin when a page is too small and DOM is already loaded before an event `window.addEventListener('load', ...)` is attached. @@ -149,7 +151,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.0...main +[unreleased]: https://github.com/68publishers/cookie-consent/compare/v0.3.1...main +[0.3.1]: https://github.com/68publishers/cookie-consent/compare/v0.3.0...v0.3.1 [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 diff --git a/package.json b/package.json index d0d1fc1..78e20b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "68publishers-cookie-consent", - "version": "0.3.1-beta.0", + "version": "0.3.1", "description": "Cookie consent wrapper based on orestbida/cookieconsent with GTM integration.", "homepage": "http://www.68publishers.io/", "main": "index.js",