diff --git a/CHANGELOG.md b/CHANGELOG.md index 8daf0a217..c857819ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.13](https://github.com/dhis2/line-listing-app/compare/v1.1.12...v1.1.13) (2022-03-16) + + +### Bug Fixes + +* rename lastUpdated to lastUpdatedDate TECH-1040 ([#38](https://github.com/dhis2/line-listing-app/issues/38)) ([454ebb1](https://github.com/dhis2/line-listing-app/commit/454ebb1b91184be36168e6f2167bee59e3ba9959)) + ## [1.1.12](https://github.com/dhis2/line-listing-app/compare/v1.1.11...v1.1.12) (2022-03-16) diff --git a/package.json b/package.json index ad8e51258..3a2e12dcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "line-listing-app", - "version": "1.1.12", + "version": "1.1.13", "description": "DHIS2 Line Listing", "license": "BSD-3-Clause", "private": true,