diff --git a/CHANGELOG.md b/CHANGELOG.md index 75a9ab4fa..671cbf088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ way to update this template, but currently, we follow a pattern: ## Upcoming version 2023-XX-XX +## [v2.2.0] 2023-08-09 + - [fix] CheckoutPage: totalPrice caused an error after inquiry transition. [#197](https://github.com/sharetribe/web-template/pull/197) - [fix] there is was a race condition, if logged in user tries to log in again. @@ -27,6 +29,8 @@ way to update this template, but currently, we follow a pattern: - [fix] Inline formatting was wrong for links in PageBuilder and ListingPage descriptions [#190](https://github.com/sharetribe/web-template/pull/190) +[v2.2.0]: https://github.com/sharetribe/web-template/compare/v2.1.1...v2.2.0 + ## [v2.1.1] 2023-06-26 - [fix] New message email template contained an old link that was not in use on the new Template. diff --git a/package.json b/package.json index c86ef1cfa..41be47bc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "2.1.1", + "version": "2.2.0", "private": true, "license": "Apache-2.0", "dependencies": {