From 17a01ebe15a5883a70e1b471e30f181c20fdd8b4 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Thu, 10 Mar 2022 08:00:35 +0000 Subject: [PATCH] chore(release): cut 1.1.5 [skip ci] ## [1.1.5](https://github.com/dhis2/line-listing-app/compare/v1.1.4...v1.1.5) (2022-03-10) ### Bug Fixes * chip label with stage name and correct suffix ([#11](https://github.com/dhis2/line-listing-app/issues/11)) ([bd68007](https://github.com/dhis2/line-listing-app/commit/bd680074ed7ecd80c4b196eb9b64cbbf75f2fe6a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eb6fde52..eae00ba19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.5](https://github.com/dhis2/line-listing-app/compare/v1.1.4...v1.1.5) (2022-03-10) + + +### Bug Fixes + +* chip label with stage name and correct suffix ([#11](https://github.com/dhis2/line-listing-app/issues/11)) ([bd68007](https://github.com/dhis2/line-listing-app/commit/bd680074ed7ecd80c4b196eb9b64cbbf75f2fe6a)) + ## [1.1.4](https://github.com/dhis2/line-listing-app/compare/v1.1.3...v1.1.4) (2022-03-09) diff --git a/package.json b/package.json index 1c40a033a..4a921a6ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "line-listing-app", - "version": "1.1.4", + "version": "1.1.5", "description": "", "license": "BSD-3-Clause", "private": true,