From 96f13e2d694c8f0aa2075385a49065bee2e84537 Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Thu, 21 Jun 2018 14:36:19 +0300 Subject: [PATCH] Update CHANGELOG (and fix package.json version) --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7c540e1..949940c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ way to update this template, but currently, we follow a pattern: --- +## Upcoming version +* [fix] Improve slug creation (slashes were breaking rendering in some environments) + [#850](https://github.com/sharetribe/flex-template-web/pull/850) + ## v1.0.0 * [change] Migrate remaining Redux Forms to Final Form. Also now all the form components can be diff --git a/package.json b/package.json index 874012c9..07a5f271 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "0.3.1", + "version": "1.0.0", "private": true, "license": "Apache-2.0", "dependencies": {