From fd7115c469e02d9f17f6e91a7d008cb634a1c527 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Wed, 9 Oct 2024 12:11:28 +0000 Subject: [PATCH] chore(release): cut 101.6.12 [skip release] ## [101.6.12](https://github.com/dhis2/scheduler-app/compare/v101.6.11...v101.6.12) (2024-10-09) ### Bug Fixes * fix comment and close expression ([95607ec](https://github.com/dhis2/scheduler-app/commit/95607ecbbdab91ce6447e1710d36565bab0e0d84)) * fix main branch ref in concurrency expression ([1ccf6da](https://github.com/dhis2/scheduler-app/commit/1ccf6da3fab74f9915613d0269a5ac5e108e819c)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23a23ec9..34b3bae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [101.6.12](https://github.com/dhis2/scheduler-app/compare/v101.6.11...v101.6.12) (2024-10-09) + + +### Bug Fixes + +* fix comment and close expression ([95607ec](https://github.com/dhis2/scheduler-app/commit/95607ecbbdab91ce6447e1710d36565bab0e0d84)) +* fix main branch ref in concurrency expression ([1ccf6da](https://github.com/dhis2/scheduler-app/commit/1ccf6da3fab74f9915613d0269a5ac5e108e819c)) + ## [101.6.11](https://github.com/dhis2/scheduler-app/compare/v101.6.10...v101.6.11) (2024-08-25) diff --git a/package.json b/package.json index 475b5a5c..c03b3f1b 100644 --- a/package.json +++ b/package.json @@ -60,5 +60,5 @@ "\\.css$": "identity-obj-proxy" } }, - "version": "101.6.11" + "version": "101.6.12" }