Skip to content

Commit

Permalink
Updated the package version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tg666 committed Dec 31, 2021
1 parent f105241 commit f623079
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f623079

Please sign in to comment.