From df067630eafd4f462930097525c40e53212b40e4 Mon Sep 17 00:00:00 2001 From: Marcos Mellado Date: Mon, 10 Jul 2017 12:42:42 +0200 Subject: [PATCH] Bump to v1.2.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7388d1e..a655ab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # tiny-react-spa CHANGELOG +## v1.2.0 + +[Diff](https://github.com/airtame/airtame-gooey-react/compare/v1.1.0...v1.2.0) + +- Fixed output of production build (no more production warnings etc) +- Updated all static assets to be pulled from a relative path +- Removed the enforced port for the dev server + ## v1.1.0 [Diff](https://github.com/airtame/airtame-gooey-react/compare/v1.0.0...v1.1.0) diff --git a/package.json b/package.json index e2c0781..3842ebe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tiny-react-spa", - "version": "1.1.0", + "version": "1.2.0", "description": "React Single Page App generator with a more traditional approach to static assets", "main": "bin/tiny-react-spa.js", "bin": {