From ab9613e465417542fa21c3951c2b98d95bca2df1 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Tue, 21 Mar 2023 12:22:02 +0000 Subject: [PATCH] chore(release): cut 1.0.1 [skip ci] ## [1.0.1](https://github.com/dhis2/interpretation-app/compare/v1.0.0...v1.0.1) (2023-03-21) ### Bug Fixes * add map plugin and dependency ([a4e7c0a](https://github.com/dhis2/interpretation-app/commit/a4e7c0ade9f1fd46c108fe6ab721ef8fb48b93ee)) * revers script order ([9561ea6](https://github.com/dhis2/interpretation-app/commit/9561ea61b26ff3e36f039647234caabc2f286042)) * use the officially build files from d2-ci/maps-app ([f3c9cb2](https://github.com/dhis2/interpretation-app/commit/f3c9cb2432498b081ca2c5f99e6d9c3e331b7837)) --- CHANGELOG.md | 9 +++++++++ package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bb131a..f115c22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.1](https://github.com/dhis2/interpretation-app/compare/v1.0.0...v1.0.1) (2023-03-21) + + +### Bug Fixes + +* add map plugin and dependency ([a4e7c0a](https://github.com/dhis2/interpretation-app/commit/a4e7c0ade9f1fd46c108fe6ab721ef8fb48b93ee)) +* revers script order ([9561ea6](https://github.com/dhis2/interpretation-app/commit/9561ea61b26ff3e36f039647234caabc2f286042)) +* use the officially build files from d2-ci/maps-app ([f3c9cb2](https://github.com/dhis2/interpretation-app/commit/f3c9cb2432498b081ca2c5f99e6d9c3e331b7837)) + # [1.0.0](https://github.com/dhis2/interpretation-app/compare/v0.1.29...v1.0.0) (2021-09-15) diff --git a/package.json b/package.json index 01b69ba..2716844 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interpretation-app", - "version": "1.0.0", + "version": "1.0.1", "description": "Interpretations app", "main": "src/index.html", "scripts": { @@ -93,4 +93,4 @@ } } } -} \ No newline at end of file +}