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",