From 698dd44828d9282a6ea386c16ec08e60e23a3df7 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Thu, 14 Mar 2024 10:26:54 +0000 Subject: [PATCH] chore(release): cut 100.1.1 [skip release] ## [100.1.1](https://github.com/dhis2/settings-app/compare/v100.1.0...v100.1.1) (2024-03-14) ### Bug Fixes * show a generic error when updating setting fails ([0911535](https://github.com/dhis2/settings-app/commit/0911535c30a43869f0fb752d3d5e15b85a79f1df)) * update app name to match the bundled apps in core ([6ffd71e](https://github.com/dhis2/settings-app/commit/6ffd71e2118351da32138f75a40e4b37fb377fe4)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 545a4422..4b2e146e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [100.1.1](https://github.com/dhis2/settings-app/compare/v100.1.0...v100.1.1) (2024-03-14) + + +### Bug Fixes + +* show a generic error when updating setting fails ([0911535](https://github.com/dhis2/settings-app/commit/0911535c30a43869f0fb752d3d5e15b85a79f1df)) +* update app name to match the bundled apps in core ([6ffd71e](https://github.com/dhis2/settings-app/commit/6ffd71e2118351da32138f75a40e4b37fb377fe4)) + # [100.1.0](https://github.com/dhis2/settings-app/compare/v100.0.4...v100.1.0) (2024-03-11) diff --git a/package.json b/package.json index e68ee77f..9e2b53b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "settings-app", - "version": "100.1.0", + "version": "100.1.1", "description": "", "license": "BSD-3-Clause", "private": true,