From f3812fc7343ec58fab06b3fda77082e7391b521f Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Mon, 18 Nov 2024 05:29:39 +0000 Subject: [PATCH] chore(release): cut 0.14.0 [skip release] # [0.14.0](https://github.com/dhis2/maintenance-app-beta/compare/v0.13.2...v0.14.0) (2024-11-18) ### Features * data set list view ([#435](https://github.com/dhis2/maintenance-app-beta/issues/435)) ([cf6c751](https://github.com/dhis2/maintenance-app-beta/commit/cf6c7516e8b0e012ef37e23846cd67a8ef80f9b8)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d85fe67..6c7383f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.14.0](https://github.com/dhis2/maintenance-app-beta/compare/v0.13.2...v0.14.0) (2024-11-18) + + +### Features + +* data set list view ([#435](https://github.com/dhis2/maintenance-app-beta/issues/435)) ([cf6c751](https://github.com/dhis2/maintenance-app-beta/commit/cf6c7516e8b0e012ef37e23846cd67a8ef80f9b8)) + ## [0.13.2](https://github.com/dhis2/maintenance-app-beta/compare/v0.13.1...v0.13.2) (2024-11-14) diff --git a/package.json b/package.json index 4e5e3baa..76ab6918 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maintenance-app", - "version": "0.13.2", + "version": "0.14.0", "description": "", "license": "BSD-3-Clause", "private": true,