diff --git a/CHANGELOG.md b/CHANGELOG.md index 659c47142..61e09a9b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [99.10.19](https://github.com/dhis2/dashboard-app/compare/v99.10.18...v99.10.19) (2023-03-17) + + +### Bug Fixes + +* update cli-app-scripts for HeaderBar fixes ([#2250](https://github.com/dhis2/dashboard-app/issues/2250)) ([2513010](https://github.com/dhis2/dashboard-app/commit/2513010098d3bfd90a585bdb856447f3a5f289bf)) + ## [99.10.18](https://github.com/dhis2/dashboard-app/compare/v99.10.17...v99.10.18) (2023-03-16) diff --git a/package.json b/package.json index 038dcd61f..6ef5472bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dashboard-app", - "version": "99.10.18", + "version": "99.10.19", "description": "DHIS2 Dashboard app", "private": true, "license": "BSD-3-Clause",