From 0aee9aa9470e91aa07015e2fa990b79f76efa66b Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Wed, 23 Oct 2024 11:50:14 +0000 Subject: [PATCH] chore(release): cut 0.10.0 [skip release] # [0.10.0](https://github.com/dhis2/maintenance-app-beta/compare/v0.9.0...v0.10.0) (2024-10-23) ### Bug Fixes * lint errors ([b5a0828](https://github.com/dhis2/maintenance-app-beta/commit/b5a0828ac1a8369e2e2021c6c09f5f2e237dfda7)) ### Features * add category option combo list ([252fb8e](https://github.com/dhis2/maintenance-app-beta/commit/252fb8e2f47e22112ba37638e1c9e075ccfe5dab)) * implement new and edit forms ([6033dfd](https://github.com/dhis2/maintenance-app-beta/commit/6033dfd644ad48fca942ddce8dcfd4528f26af23)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68473e81..5629281a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [0.10.0](https://github.com/dhis2/maintenance-app-beta/compare/v0.9.0...v0.10.0) (2024-10-23) + + +### Bug Fixes + +* lint errors ([b5a0828](https://github.com/dhis2/maintenance-app-beta/commit/b5a0828ac1a8369e2e2021c6c09f5f2e237dfda7)) + + +### Features + +* add category option combo list ([252fb8e](https://github.com/dhis2/maintenance-app-beta/commit/252fb8e2f47e22112ba37638e1c9e075ccfe5dab)) +* implement new and edit forms ([6033dfd](https://github.com/dhis2/maintenance-app-beta/commit/6033dfd644ad48fca942ddce8dcfd4528f26af23)) + # [0.9.0](https://github.com/dhis2/maintenance-app-beta/compare/v0.8.0...v0.9.0) (2024-10-22) diff --git a/package.json b/package.json index 9b3a85ec..eccc174a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maintenance-app", - "version": "0.9.0", + "version": "0.10.0", "description": "", "license": "BSD-3-Clause", "private": true,