From 3c1ee9e1ddacaa3208b0c58d94ac2b5bd27c314f Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Wed, 7 Jul 2021 06:24:43 +0000 Subject: [PATCH] chore(release): cut 31.17.0 [skip ci] # [31.17.0](https://github.com/dhis2/dashboard-app/compare/v31.16.4...v31.17.0) (2021-07-07) ### Features * legend key (DHIS2-11239) ([#1839](https://github.com/dhis2/dashboard-app/issues/1839)) ([571c302](https://github.com/dhis2/dashboard-app/commit/571c3023c99e776003160642f3ccc0160d784a52)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fcaaa877..1f25699ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [31.17.0](https://github.com/dhis2/dashboard-app/compare/v31.16.4...v31.17.0) (2021-07-07) + + +### Features + +* legend key (DHIS2-11239) ([#1839](https://github.com/dhis2/dashboard-app/issues/1839)) ([571c302](https://github.com/dhis2/dashboard-app/commit/571c3023c99e776003160642f3ccc0160d784a52)) + ## [31.16.4](https://github.com/dhis2/dashboard-app/compare/v31.16.3...v31.16.4) (2021-06-30) diff --git a/package.json b/package.json index cd36a18bb..1cb443959 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dashboard-app", - "version": "31.16.4", + "version": "31.17.0", "description": "DHIS2 Dashboard app", "private": true, "license": "BSD-3-Clause",