diff --git a/CHANGELOG.md b/CHANGELOG.md index e3b01e452..58a4a895f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [101.0.7](https://github.com/dhis2/line-listing-app/compare/v101.0.6...v101.0.7) (2024-06-24) + + +### Bug Fixes + +* remove CSS that prevents LL from showing ([#552](https://github.com/dhis2/line-listing-app/issues/552)) ([cc94f24](https://github.com/dhis2/line-listing-app/commit/cc94f24643e0e0459998dff4aff97422e4d56e87)) + ## [101.0.6](https://github.com/dhis2/line-listing-app/compare/v101.0.5...v101.0.6) (2024-06-16) diff --git a/package.json b/package.json index 6a1e9a565..1220751be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "line-listing-app", - "version": "101.0.6", + "version": "101.0.7", "description": "DHIS2 Line Listing", "license": "BSD-3-Clause", "private": true,