From c258dee500f18e8ffe26d641acaebb315ad6b0f2 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Sat, 28 Sep 2024 16:30:01 +0000 Subject: [PATCH] chore(release): cut 100.0.0 [skip release] # [100.0.0](https://github.com/dhis2/route-manager-app/compare/v99.9.9...v100.0.0) (2024-09-28) ### Bug Fixes * update d2.config ([#8](https://github.com/dhis2/route-manager-app/issues/8)) ([3a82e21](https://github.com/dhis2/route-manager-app/commit/3a82e218c4e7fdce4e68c8ced3d44dd083888fd7)) ### BREAKING CHANGES * publish v100 to apphub --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6d4701a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# [100.0.0](https://github.com/dhis2/route-manager-app/compare/v99.9.9...v100.0.0) (2024-09-28) + + +### Bug Fixes + +* update d2.config ([#8](https://github.com/dhis2/route-manager-app/issues/8)) ([3a82e21](https://github.com/dhis2/route-manager-app/commit/3a82e218c4e7fdce4e68c8ced3d44dd083888fd7)) + + +### BREAKING CHANGES + +* publish v100 to apphub diff --git a/package.json b/package.json index 516e8f5..e3e3624 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "route-manager", - "version": "99.9.9", + "version": "100.0.0", "description": "", "license": "BSD-3-Clause", "private": true,