From 1002a6d5393c9066c69d86d05c393929c11b40e1 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Thu, 10 Mar 2022 12:36:15 +0000 Subject: [PATCH] chore(release): cut 1.1.8 [skip ci] ## [1.1.8](https://github.com/dhis2/line-listing-app/compare/v1.1.7...v1.1.8) (2022-03-10) ### Bug Fixes * remove core app flag to allow app deployment ([#28](https://github.com/dhis2/line-listing-app/issues/28)) ([c64869c](https://github.com/dhis2/line-listing-app/commit/c64869ce456c5a75e7dc04ae2d833d59f975c72c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b96b41ee3..436d10f44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.8](https://github.com/dhis2/line-listing-app/compare/v1.1.7...v1.1.8) (2022-03-10) + + +### Bug Fixes + +* remove core app flag to allow app deployment ([#28](https://github.com/dhis2/line-listing-app/issues/28)) ([c64869c](https://github.com/dhis2/line-listing-app/commit/c64869ce456c5a75e7dc04ae2d833d59f975c72c)) + ## [1.1.7](https://github.com/dhis2/line-listing-app/compare/v1.1.6...v1.1.7) (2022-03-10) diff --git a/package.json b/package.json index e5a869857..f0a3aa0a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "line-listing-app", - "version": "1.1.7", + "version": "1.1.8", "description": "DHIS2 Line Listing", "license": "BSD-3-Clause", "private": true,