From b9d4d15f8d42c800337253d3c7dce66e86fb8dd8 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Fri, 22 Nov 2024 08:29:32 +0000 Subject: [PATCH] chore(release): cut 0.15.0 [skip release] # [0.15.0](https://github.com/dhis2/maintenance-app-beta/compare/v0.14.0...v0.15.0) (2024-11-22) ### Features * **categoryCombo:** add warning and validations ([#446](https://github.com/dhis2/maintenance-app-beta/issues/446)) ([1b777a6](https://github.com/dhis2/maintenance-app-beta/commit/1b777a62617093c8a185d2324f6c35f139b07aff)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c7383f4..f81527c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.15.0](https://github.com/dhis2/maintenance-app-beta/compare/v0.14.0...v0.15.0) (2024-11-22) + + +### Features + +* **categoryCombo:** add warning and validations ([#446](https://github.com/dhis2/maintenance-app-beta/issues/446)) ([1b777a6](https://github.com/dhis2/maintenance-app-beta/commit/1b777a62617093c8a185d2324f6c35f139b07aff)) + # [0.14.0](https://github.com/dhis2/maintenance-app-beta/compare/v0.13.2...v0.14.0) (2024-11-18) diff --git a/package.json b/package.json index 76ab6918..7999a481 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maintenance-app", - "version": "0.14.0", + "version": "0.15.0", "description": "", "license": "BSD-3-Clause", "private": true,