From aa8ac3050e7584c822ec245a8292d5139f619ea9 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Thu, 30 Sep 2021 13:27:45 +0000 Subject: [PATCH] chore(release): cut 1.16.3 [skip ci] ## [1.16.3](https://github.com/dhis2/approval-app/compare/v1.16.2...v1.16.3) (2021-09-30) ### Bug Fixes * show message to users with no authority to approve data ([#102](https://github.com/dhis2/approval-app/issues/102)) ([b4fae37](https://github.com/dhis2/approval-app/commit/b4fae37b210f7ae932196fe7ba5dc18b542b8c48)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6d469f0..3c4bce3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.16.3](https://github.com/dhis2/approval-app/compare/v1.16.2...v1.16.3) (2021-09-30) + + +### Bug Fixes + +* show message to users with no authority to approve data ([#102](https://github.com/dhis2/approval-app/issues/102)) ([b4fae37](https://github.com/dhis2/approval-app/commit/b4fae37b210f7ae932196fe7ba5dc18b542b8c48)) + ## [1.16.2](https://github.com/dhis2/approval-app/compare/v1.16.1...v1.16.2) (2021-09-30) diff --git a/package.json b/package.json index 17ec9f64..9de99556 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "approval-app", - "version": "1.16.2", + "version": "1.16.3", "description": "", "license": "BSD-3-Clause", "private": true,