From f44cb1485abbb4cbbc17642ea305afd811c42e02 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Thu, 28 Nov 2024 15:11:26 +0000 Subject: [PATCH] chore(release): cut 0.18.0 [skip release] # [0.18.0](https://github.com/dhis2/maintenance-app-beta/compare/v0.17.0...v0.18.0) (2024-11-28) ### Features * implement description field validation ([#449](https://github.com/dhis2/maintenance-app-beta/issues/449)) ([e3329ff](https://github.com/dhis2/maintenance-app-beta/commit/e3329ffcb4053ca1db1395fe892da7434250b608)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9582b2f..071e9076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.18.0](https://github.com/dhis2/maintenance-app-beta/compare/v0.17.0...v0.18.0) (2024-11-28) + + +### Features + +* implement description field validation ([#449](https://github.com/dhis2/maintenance-app-beta/issues/449)) ([e3329ff](https://github.com/dhis2/maintenance-app-beta/commit/e3329ffcb4053ca1db1395fe892da7434250b608)) + # [0.17.0](https://github.com/dhis2/maintenance-app-beta/compare/v0.16.1...v0.17.0) (2024-11-27) diff --git a/package.json b/package.json index f6a37360..e3edc5b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maintenance-app", - "version": "0.17.0", + "version": "0.18.0", "description": "", "license": "BSD-3-Clause", "private": true,