diff --git a/CHANGELOG.md b/CHANGELOG.md index 2369dd2ec..6ca2faf44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.4.0](https://github.com/dhis2/app-platform/compare/v1.3.1...v1.4.0) (2019-09-24) + + +### Features + +* improve test command, support dotenv files, add postcss ([#52](https://github.com/dhis2/app-platform/issues/52)) ([210c9cc](https://github.com/dhis2/app-platform/commit/210c9cc)) + ## [1.3.1](https://github.com/dhis2/app-platform/compare/v1.3.0...v1.3.1) (2019-09-17) diff --git a/cli/package.json b/cli/package.json index 4e1c941f3..ea16ce66a 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/cli-app-scripts", - "version": "1.3.1", + "version": "1.4.0", "main": "src/index.js", "repository": "https://github.com/amcgee/dhis2-app-platform", "author": "Austin McGee ", diff --git a/package.json b/package.json index 93bae1da6..c9290748b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "1.3.1", + "version": "1.4.0", "private": true, "repository": { "type": "git",