diff --git a/CHANGELOG.md b/CHANGELOG.md index 91a37c36e..799d63d94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/dhis2/app-platform/compare/v1.1.3...v1.2.0) (2019-08-27) + + +### Features + +* show off more features when initing a new app ([13cb4f1](https://github.com/dhis2/app-platform/commit/13cb4f1)) + ## [1.1.3](https://github.com/dhis2/app-platform/compare/v1.1.2...v1.1.3) (2019-08-27) diff --git a/cli/package.json b/cli/package.json index 728d0b22e..bfc8d8eb5 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/cli-app-scripts", - "version": "1.1.3", + "version": "1.2.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 712aaadb1..b09cd0510 100644 --- a/package.json +++ b/package.json @@ -21,5 +21,5 @@ "start": "yarn build && yarn start:example", "docs": "yarn build:docs && npx serve -s docs" }, - "version": "1.1.3" + "version": "1.2.0" }