diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cbc9d220..4b4e98d74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [101.0.4](https://github.com/dhis2/line-listing-app/compare/v101.0.3...v101.0.4) (2024-06-07) + + +### Bug Fixes + +* hh:mm time format ambiguous (DHIS2-16717) ([#538](https://github.com/dhis2/line-listing-app/issues/538)) ([b5f3df2](https://github.com/dhis2/line-listing-app/commit/b5f3df21c5edd67fc3d97bbca55eb6897598494c)) + ## [101.0.3](https://github.com/dhis2/line-listing-app/compare/v101.0.2...v101.0.3) (2024-06-03) diff --git a/package.json b/package.json index 275ed1111..58765d915 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "line-listing-app", - "version": "101.0.3", + "version": "101.0.4", "description": "DHIS2 Line Listing", "license": "BSD-3-Clause", "private": true,