From 6742e70cb6ed74e6c2d9d4277aa97b24194e6749 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Mon, 20 Jun 2022 15:07:57 +0000 Subject: [PATCH] chore(release): cut 99.9.13 [skip ci] ## [99.9.13](https://github.com/dhis2/dashboard-app/compare/v99.9.12...v99.9.13) (2022-06-20) ### Bug Fixes * bump interpretations component for DHIS2-12617 ([#2098](https://github.com/dhis2/dashboard-app/issues/2098)) ([556accf](https://github.com/dhis2/dashboard-app/commit/556accfc0d05781ab82bea5748c82a0066b742e6)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a59a749e..00d362992 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [99.9.13](https://github.com/dhis2/dashboard-app/compare/v99.9.12...v99.9.13) (2022-06-20) + + +### Bug Fixes + +* bump interpretations component for DHIS2-12617 ([#2098](https://github.com/dhis2/dashboard-app/issues/2098)) ([556accf](https://github.com/dhis2/dashboard-app/commit/556accfc0d05781ab82bea5748c82a0066b742e6)) + ## [99.9.12](https://github.com/dhis2/dashboard-app/compare/v99.9.11...v99.9.12) (2022-05-24) diff --git a/package.json b/package.json index d9c49ce74..3c683283f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dashboard-app", - "version": "99.9.12", + "version": "99.9.13", "description": "DHIS2 Dashboard app", "private": true, "license": "BSD-3-Clause",