From b740280a15146c28cf637a71c4ca4c4d175f56eb Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Fri, 15 Dec 2023 15:59:19 +0000 Subject: [PATCH] chore(release): cut 1.10.22 [skip ci] ## [1.10.22](https://github.com/dhis2/data-quality-app/compare/v1.10.21...v1.10.22) (2023-12-15) ### Bug Fixes * trailing zeroes [DHIS2-10825] ([#1129](https://github.com/dhis2/data-quality-app/issues/1129)) ([718c019](https://github.com/dhis2/data-quality-app/commit/718c01934eb490524b84163e5f288fc130cc0ff9)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aad3452..a255fb4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.10.22](https://github.com/dhis2/data-quality-app/compare/v1.10.21...v1.10.22) (2023-12-15) + + +### Bug Fixes + +* trailing zeroes [DHIS2-10825] ([#1129](https://github.com/dhis2/data-quality-app/issues/1129)) ([718c019](https://github.com/dhis2/data-quality-app/commit/718c01934eb490524b84163e5f288fc130cc0ff9)) + ## [1.10.21](https://github.com/dhis2/data-quality-app/compare/v1.10.20...v1.10.21) (2023-11-26) diff --git a/package.json b/package.json index e2d36083..9c041c58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "data-quality-app", - "version": "1.10.21", + "version": "1.10.22", "description": "", "license": "BSD-3-Clause", "private": true,