diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b4e98d74..0d283b49c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [101.0.5](https://github.com/dhis2/line-listing-app/compare/v101.0.4...v101.0.5) (2024-06-07) + + +### Bug Fixes + +* use improved rich text editor from analytics (DHIS2-15522) ([#539](https://github.com/dhis2/line-listing-app/issues/539)) ([6f5b034](https://github.com/dhis2/line-listing-app/commit/6f5b03447f4988199e45418efae3709b7c1e88cf)) + ## [101.0.4](https://github.com/dhis2/line-listing-app/compare/v101.0.3...v101.0.4) (2024-06-07) diff --git a/package.json b/package.json index 8c3bb7a80..7af13d6d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "line-listing-app", - "version": "101.0.4", + "version": "101.0.5", "description": "DHIS2 Line Listing", "license": "BSD-3-Clause", "private": true,