From 776f80746e7cdc67893517991feb7d925090d39d Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Wed, 16 Mar 2022 13:01:55 +0000 Subject: [PATCH] chore(release): cut 1.1.13 [skip release] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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,