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": {