diff --git a/CHANGELOG.md b/CHANGELOG.md index 9daff9f..391c5cf 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.2] - 2023-02-21 + +### Added + +- Added default translations for `Spanish` (`es`) language. + ## [0.4.1] - 2022-12-23 ### Fixed @@ -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 diff --git a/README.md b/README.md index b834518..36976f0 100644 --- a/README.md +++ b/README.md @@ -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`. diff --git a/package-lock.json b/package-lock.json index f19bd9c..43b8858 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "68publishers-cookie-consent", - "version": "0.4.1", + "version": "0.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "68publishers-cookie-consent", - "version": "0.4.1", + "version": "0.4.2", "license": "MIT", "dependencies": { "crypto-js": "^4.1.1", diff --git a/package.json b/package.json index d527154..bb648e2 100644 --- a/package.json +++ b/package.json @@ -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",