From 273019af5957c3db1e6b2d0f1e591d784634c28e Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Tue, 29 Jan 2019 15:19:35 +0200 Subject: [PATCH] Release v2.9.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53aeea5c..fe488ea1 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.9.0] 2019-01-29 + - [fix] day boundaries for date filter and pass booking state to bookings.query - SearchPage.duck.js: endDate should not be expanded for night bookings - DateRangeController: bookingUnitType: day should allow 0 night @@ -44,6 +46,8 @@ way to update this template, but currently, we follow a pattern: both Mapbox and Google Maps integrations. Also updated Mapbox SDK to version 0.5.0. [#1002](https://github.com/sharetribe/flex-template-web/pull/1002) + [v2.9.0]: https://github.com/sharetribe/flex-template-web/compare/v2.8.0...v2.9.0 + ## [v2.8.0] 2019-01-17 - [add] Add CLI tool for creating .env file and setting up the environment variables. diff --git a/package.json b/package.json index 42671c34..ce98f76d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "2.8.0", + "version": "2.9.0", "private": true, "license": "Apache-2.0", "dependencies": {