From 23060a23762a2507f44948e4104371cf4c62249f Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Mon, 9 Dec 2019 18:10:19 +0200 Subject: [PATCH] New minor release: v3.7.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28ab46074d..686517fe57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ way to update this template, but currently, we follow a pattern: ## Upcoming version 2019-XX-XX +## [v3.7.0] 2019-12-09 + - [change] Make it easier to reorder EditListingWizard tabs/panels. [#1240](https://github.com/sharetribe/ftw-daily/pull/1240) - [change] In `PayoutDetailsForm` show states (US and AU) and provinces (CA) in dropdown instead of @@ -21,6 +23,8 @@ way to update this template, but currently, we follow a pattern: https://support.stripe.com/questions/connect-address-validation). - [add] Add IconEdit [#1237](https://github.com/sharetribe/ftw-daily/pull/1237) + [v3.7.0]: https://github.com/sharetribe/flex-template-web/compare/v3.6.1...v3.7.0 + ## [v3.6.1] 2019-11-26 - [fix] Fix XSS-vulnerability on SearchPage where URL param 'address' was exposed directly to diff --git a/package.json b/package.json index 9994606318..7aeca2f549 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "3.6.1", + "version": "3.7.0", "private": true, "license": "Apache-2.0", "dependencies": {