Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
- updated the package version
- updated README
- updated CHANGELOG
  • Loading branch information
tg666 committed Feb 21, 2023
1 parent d2579ce commit 7aef5d2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.2] - 2023-02-21

### Added

- Added default translations for `Spanish` (`es`) language.

## [0.4.1] - 2022-12-23

### Fixed
Expand Down Expand Up @@ -232,7 +238,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.1...main
[unreleased]: https://github.com/68publishers/cookie-consent/compare/v0.4.2...main
[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
[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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ The package comes with the default translations for the following languages:
- [English - en](src/resources/translations/en.json)
- [Czech - cs](src/resources/translations/cs.json)
- [Slovak - sk](src/resources/translations/sk.json)
- [Spanish - es](src/resources/translations/es.json)

Translations that will be loaded and accessible for the widget are taken from the field `Locales`. Each locale must be defined on a new line.
If you want to rewrite default translations or you want to add translations for a new locale then you can define them in a table `Translations`.
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.1",
"version": "0.4.2",
"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 7aef5d2

Please sign in to comment.