Skip to content

Commit

Permalink
Version 0.4.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tg666 committed Apr 26, 2023
1 parent 196f6c2 commit d751fde
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.5] - 2023-04-26

### Added

- Added default translations for `German` (`de`) language.
- Added default translations for `Bulgarian` (`bg`) language.
- Added default translations for `Hungarian` (`hu`) language.
- Added default translations for `Polish` (`pl`) language.
- Added default translations for `Romanian` (`ro`) language.
- Added default translations for `Slovenian` (`sl`) language.

### Fixed

- Fixed the default consent initialization when any category is configured as "enabled_by_default" and user disables it.

## [0.4.3] - 2023-04-01
## [0.4.4] - 2023-04-01

### Added

Expand Down Expand Up @@ -255,7 +266,9 @@ 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.3...main
[unreleased]: https://github.com/68publishers/cookie-consent/compare/v0.4.5...main
[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
[0.4.2]: https://github.com/68publishers/cookie-consent/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/68publishers/cookie-consent/compare/v0.4.0...v0.4.1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.5-beta.0",
"version": "0.4.5",
"description": "Cookie consent wrapper based on orestbida/cookieconsent with GTM integration.",
"homepage": "http://www.68publishers.io/",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"0.4.5-beta.0"}
{"version":"0.4.5"}

0 comments on commit d751fde

Please sign in to comment.