From 0e0cb2ad211f2b89d4008c541ded75b225eb7c9d Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Fri, 7 Jun 2024 14:49:01 +0000 Subject: [PATCH] chore(release): cut 101.0.5 [skip release] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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,