diff --git a/CHANGELOG.md b/CHANGELOG.md index 4adba0016..5a26482e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.3](https://github.com/dhis2/app-platform/compare/v1.5.2...v1.5.3) (2019-10-03) + + +### Bug Fixes + +* make i18n consistently functional ([#98](https://github.com/dhis2/app-platform/issues/98)) ([291980a](https://github.com/dhis2/app-platform/commit/291980a)) + ## [1.5.2](https://github.com/dhis2/app-platform/compare/v1.5.1...v1.5.2) (2019-10-03) diff --git a/cli/package.json b/cli/package.json index 70811fb48..08eddfd13 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/cli-app-scripts", - "version": "1.5.2", + "version": "1.5.3", "main": "src/index.js", "repository": "https://github.com/amcgee/dhis2-app-platform", "author": "Austin McGee ", diff --git a/package.json b/package.json index 06f65b60f..089386816 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "1.5.2", + "version": "1.5.3", "private": true, "repository": { "type": "git",