diff --git a/CHANGELOG.md b/CHANGELOG.md index 51172310d..0aefb7123 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [101.1.6](https://github.com/dhis2/line-listing-app/compare/v101.1.5...v101.1.6) (2024-08-21) + + +### Bug Fixes + +* reduce resizehandle interaction area on left side [DHIS2-17923] ([#579](https://github.com/dhis2/line-listing-app/issues/579)) ([2ccbb15](https://github.com/dhis2/line-listing-app/commit/2ccbb155fb80982a51261d6f57d02c002a261076)) + ## [101.1.5](https://github.com/dhis2/line-listing-app/compare/v101.1.4...v101.1.5) (2024-08-14) diff --git a/package.json b/package.json index 0964b65fe..f7cd5e854 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "line-listing-app", - "version": "101.1.5", + "version": "101.1.6", "description": "DHIS2 Line Listing", "license": "BSD-3-Clause", "private": true,