From a39054bc3ef698c917ad90e61dbaff86dc361725 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Tue, 1 Oct 2019 08:39:09 +0000 Subject: [PATCH] chore(release): cut 2.4.3 [skip ci] ## [2.4.3](https://github.com/dhis2/analytics/compare/v2.4.2...v2.4.3) (2019-10-01) ### Bug Fixes * small style adjustments for SV ([#109](https://github.com/dhis2/analytics/issues/109)) ([aa69320](https://github.com/dhis2/analytics/commit/aa69320)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c688daf12..52e75e542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.4.3](https://github.com/dhis2/analytics/compare/v2.4.2...v2.4.3) (2019-10-01) + + +### Bug Fixes + +* small style adjustments for SV ([#109](https://github.com/dhis2/analytics/issues/109)) ([aa69320](https://github.com/dhis2/analytics/commit/aa69320)) + ## [2.4.2](https://github.com/dhis2/analytics/compare/v2.4.1...v2.4.2) (2019-09-26) diff --git a/package.json b/package.json index fc03d5713..3764281e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/analytics", - "version": "2.4.2", + "version": "2.4.3", "main": "./build/index.js", "sideEffects": false, "repository": "git@github.com:dhis2/analytics.git",