diff --git a/CHANGELOG.md b/CHANGELOG.md index 12b62aef6..f7c787452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.0.20](https://github.com/dhis2/d2-ui-analytics/compare/v0.0.19...v0.0.20) (2019-04-25) + + +### Bug Fixes + +* adjust item selector arrow button styles when being acted on ([#19](https://github.com/dhis2/d2-ui-analytics/issues/19)) ([c6ba238](https://github.com/dhis2/d2-ui-analytics/commit/c6ba238)) + ## [0.0.19](https://github.com/dhis2/d2-ui-analytics/compare/v0.0.18...v0.0.19) (2019-04-24) diff --git a/package.json b/package.json index f5fc6cb8e..d4cc1f2f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/d2-ui-analytics", - "version": "0.0.19", + "version": "0.0.20", "main": "./build/index.js", "sideEffects": false, "repository": "git@github.com:dhis2/d2-ui-analytics.git",