From 991c87be52a7cc9285c0e78a6ebdbeb03ad4a389 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Tue, 14 Mar 2023 14:16:11 +0000 Subject: [PATCH] chore(release): cut 99.10.14 [skip ci] ## [99.10.14](https://github.com/dhis2/dashboard-app/compare/v99.10.13...v99.10.14) (2023-03-14) ### Bug Fixes * local offline handling [DHIS2-12937] ([#2230](https://github.com/dhis2/dashboard-app/issues/2230)) ([25ebc58](https://github.com/dhis2/dashboard-app/commit/25ebc5853f5d3aaaf64d16fe1789321f32dbed38)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bd53ad83..77f6280f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [99.10.14](https://github.com/dhis2/dashboard-app/compare/v99.10.13...v99.10.14) (2023-03-14) + + +### Bug Fixes + +* local offline handling [DHIS2-12937] ([#2230](https://github.com/dhis2/dashboard-app/issues/2230)) ([25ebc58](https://github.com/dhis2/dashboard-app/commit/25ebc5853f5d3aaaf64d16fe1789321f32dbed38)) + ## [99.10.13](https://github.com/dhis2/dashboard-app/compare/v99.10.12...v99.10.13) (2023-03-14) diff --git a/package.json b/package.json index 917b807e7..174e57a4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dashboard-app", - "version": "99.10.13", + "version": "99.10.14", "description": "DHIS2 Dashboard app", "private": true, "license": "BSD-3-Clause",