diff --git a/CHANGELOG.md b/CHANGELOG.md index 396cece8ab..7c67799229 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.5.0] 2019-08-29 + - [change] Change the design of `BookingBreakdown` and add options to show only dates or booking date and time there. [#1195](https://github.com/sharetribe/flex-template-web/pull/1195) - [change] Move `BookingTimeInfo` to separate component from `InboxPage`. Add options to show only @@ -24,6 +26,8 @@ way to update this template, but currently, we follow a pattern: - [fix] Update yarn.lock (there was Lodash version resolution missing) [#1190](https://github.com/sharetribe/flex-template-web/pull/1190) + [v3.5.0]: https://github.com/sharetribe/flex-template-web/compare/v3.4.0...v3.5.0 + ## [v3.4.0] 2019-08-29 - [change] Update `react-intl` to 3.1.13. More information about the changes can be found from @@ -106,6 +110,8 @@ way to update this template, but currently, we follow a pattern: babel-jest, core-js, enzyme (et al.), express, helmet, inquirer, lodash, nodemon, raf, redux, source-map-support [#1163](https://github.com/sharetribe/flex-template-web/pull/1163) + [v3.4.0]: https://github.com/sharetribe/flex-template-web/compare/v3.3.0...v3.4.0 + ## [v3.3.0] 2019-08-22 - [add] Saving payment card after payment or without initial payment. This release contains quite a diff --git a/package.json b/package.json index 80285ac78a..6e2a0e1faf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "3.4.0", + "version": "3.5.0", "private": true, "license": "Apache-2.0", "dependencies": {