diff --git a/CHANGELOG.md b/CHANGELOG.md index b6c98ddd7..c4d5dd8c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,19 +14,24 @@ way to update this template, but currently, we follow a pattern: ## Upcoming version 2024-XX-XX -- [change] Make the propType blockId optional for all Block types. [#444](https://github.com/sharetribe/web-template/pull/444) -- [change] Updates to the configuration script. Marketplace name is now prompted in the mandatory - settings. [#440](https://github.com/sharetribe/web-template/pull/440) -- [change] Update one copy text. [#439](https://github.com/sharetribe/web-template/pull/439) +## [v5.5.0] 2024-09-03 + - [add] Add currently available translations for DE, ES, FR. [#445](https://github.com/sharetribe/web-template/pull/445) - -## [v5.4.0] 2024-08-20 - +- [change] Make the propType blockId optional for all Block types. + [#444](https://github.com/sharetribe/web-template/pull/444) - [change] Update Sentry (v6.19.7 -> v8.26.0). Add ignoreErrors setup, add CSP directives and avoid some errors. [#441](https://github.com/sharetribe/web-template/pull/441) - [fix] ListingPage: the optional chaining for processType variable was faulty. [#443](https://github.com/sharetribe/web-template/pull/443) +- [change] Updates to the configuration script. Marketplace name is now prompted in the mandatory + settings. [#440](https://github.com/sharetribe/web-template/pull/440) +- [change] Update one copy text. [#439](https://github.com/sharetribe/web-template/pull/439) + + [v5.5.0]: https://github.com/sharetribe/web-template/compare/v5.4.0...v5.5.0 + +## [v5.4.0] 2024-08-20 + - [change] auth.duck.js: login flow should wait for currentUser entity be loaded. [#436](https://github.com/sharetribe/web-template/pull/436) - [add] Access control: private marketplace mode diff --git a/package.json b/package.json index 036689005..bd498f5fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "5.4.0", + "version": "5.5.0", "private": true, "license": "Apache-2.0", "dependencies": {