diff --git a/CHANGELOG.md b/CHANGELOG.md index 1390425ed..bf5efcefe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [25.1.10](https://github.com/dhis2/analytics/compare/v25.1.9...v25.1.10) (2023-05-30) + + +### Bug Fixes + +* single value size and position issues (DHIS2-15344) ([#1470](https://github.com/dhis2/analytics/issues/1470)) ([d94fe02](https://github.com/dhis2/analytics/commit/d94fe02c7cc85a6b4aca41c85ba60ed37871b645)) + ## [25.1.9](https://github.com/dhis2/analytics/compare/v25.1.8...v25.1.9) (2023-05-30) diff --git a/package.json b/package.json index c5075f231..4c78e01a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/analytics", - "version": "25.1.9", + "version": "25.1.10", "main": "./build/cjs/index.js", "module": "./build/es/index.js", "exports": {