From b804aac895a194f1d26e2badbc06d4d92e32a8ae Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Wed, 21 Aug 2024 13:10:27 +0000 Subject: [PATCH] chore(release): cut 100.7.0 [skip release] # [100.7.0](https://github.com/dhis2/data-visualizer-app/compare/v100.6.2...v100.7.0) (2024-08-21) ### Features * add subtitle field to pivot table options [DHIS2-16158] ([#3178](https://github.com/dhis2/data-visualizer-app/issues/3178)) ([bec185e](https://github.com/dhis2/data-visualizer-app/commit/bec185e4d981fa70ab343757dc6250f31f090307)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2669cfb09b..bc1f6a7775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [100.7.0](https://github.com/dhis2/data-visualizer-app/compare/v100.6.2...v100.7.0) (2024-08-21) + + +### Features + +* add subtitle field to pivot table options [DHIS2-16158] ([#3178](https://github.com/dhis2/data-visualizer-app/issues/3178)) ([bec185e](https://github.com/dhis2/data-visualizer-app/commit/bec185e4d981fa70ab343757dc6250f31f090307)) + ## [100.6.2](https://github.com/dhis2/data-visualizer-app/compare/v100.6.1...v100.6.2) (2024-08-15) diff --git a/package.json b/package.json index 3f59daff19..f51d234b4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "data-visualizer-app", - "version": "100.6.2", + "version": "100.7.0", "description": "DHIS2 Data Visualizer", "license": "BSD-3-Clause", "private": true,