From e713a358c7a0c21a32f34332e5c4d41841debfcc Mon Sep 17 00:00:00 2001 From: Jenni Nurmi Date: Tue, 11 Jun 2019 13:24:20 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22c1b4cd1c..70070de229 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 +## [v2.17.1] 2019-06-11 + - [fix] `stripeCardToken` didn't update when the user tried to book the same listing for a second time. This update will clear the old cardtoken from Redux store when redirecting to `TransactionPage`. [#1114](https://github.com/sharetribe/flex-template-web/pull/1114) @@ -28,6 +30,8 @@ way to update this template, but currently, we follow a pattern: - [fix] Emptying the priceFilter component in the searchPage caused a page breaking error. [#1101](https://github.com/sharetribe/flex-template-web/pull/1101) + [v2.17.1]: https://github.com/sharetribe/flex-template-web/compare/v2.17.0...v2.17.1 + ## [v2.17.0] 2019-05-23 - [change] Mapbox library dependencies updated to v1.0.0. diff --git a/package.json b/package.json index 0db76a57f7..b638a386d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "2.17.0", + "version": "2.17.1", "private": true, "license": "Apache-2.0", "dependencies": {