From 33a46de1916fda2327727d821724ace5a9edd261 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Wed, 25 Sep 2019 13:34:30 +0000 Subject: [PATCH] chore(release): cut 1.4.3 [skip ci] ## [1.4.3](https://github.com/dhis2/app-platform/compare/v1.4.2...v1.4.3) (2019-09-25) ### Bug Fixes * allow env var override of api version ([#67](https://github.com/dhis2/app-platform/issues/67)) ([dc1b6df](https://github.com/dhis2/app-platform/commit/dc1b6df)) --- CHANGELOG.md | 7 +++++++ cli/package.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a558e3e4c..033362890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.3](https://github.com/dhis2/app-platform/compare/v1.4.2...v1.4.3) (2019-09-25) + + +### Bug Fixes + +* allow env var override of api version ([#67](https://github.com/dhis2/app-platform/issues/67)) ([dc1b6df](https://github.com/dhis2/app-platform/commit/dc1b6df)) + ## [1.4.2](https://github.com/dhis2/app-platform/compare/v1.4.1...v1.4.2) (2019-09-24) diff --git a/cli/package.json b/cli/package.json index 2af0b9abb..5f99259bf 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/cli-app-scripts", - "version": "1.4.2", + "version": "1.4.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 e06cee1e8..1acc0a761 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "1.4.2", + "version": "1.4.3", "private": true, "repository": { "type": "git",