From caa5ee8a4aa569773aa525f95b042906e45664d4 Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Fri, 22 Sep 2023 16:00:29 +0300 Subject: [PATCH] New release: v3.1.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3acfde64e..85e3ad301 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 +## [v3.1.1] 2023-09-22 + - [fix] Single listing type caused problem on the EditListingWizard. [#231](https://github.com/sharetribe/web-template/pull/231) - [fix] ManageListingCard: fix wrong (non-existent) classname. @@ -21,6 +23,8 @@ way to update this template, but currently, we follow a pattern: - [add] util/api.js: Added rudimentary support for other HTTP Methods. There's a new 'request' function, which is easier to extend. [#229](https://github.com/sharetribe/web-template/pull/229) +[v3.1.1]: https://github.com/sharetribe/web-template/compare/v3.1.0...v3.1.1 + ## [v3.1.0] 2023-09-21 - [fix] Add 2 missing error translations to en.json file. diff --git a/package.json b/package.json index 244827209..0136ac55e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "3.1.0", + "version": "3.1.1", "private": true, "license": "Apache-2.0", "dependencies": {