diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fef506ba..79972121f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [101.0.2](https://github.com/dhis2/dashboard-app/compare/v101.0.1...v101.0.2) (2025-02-18) + + +### Bug Fixes + +* **translations:** sync translations from transifex (master) ([#3218](https://github.com/dhis2/dashboard-app/issues/3218)) ([928cdc1](https://github.com/dhis2/dashboard-app/commit/928cdc184e5cf4ea65b525f5f3a7ab7ffbbe721a)) + ## [101.0.1](https://github.com/dhis2/dashboard-app/compare/v101.0.0...v101.0.1) (2025-02-14) diff --git a/package.json b/package.json index 1c33ff56e..e44386106 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dashboard-app", - "version": "101.0.1", + "version": "101.0.2", "description": "DHIS2 Dashboard app", "private": true, "license": "BSD-3-Clause",