From cc226f7acfa4ede270bbba988183709844e83c90 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Mon, 27 May 2024 07:25:58 +0000 Subject: [PATCH] chore(release): cut 10.7.2 [skip release] ## [10.7.2](https://github.com/dhis2/cli-style/compare/v10.7.1...v10.7.2) (2024-05-27) ### Bug Fixes * set basedir for plugin resolution ([83e8d43](https://github.com/dhis2/cli-style/commit/83e8d43dc6e314a642594e2e2193086e4c87d52b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6e65c76..02a9638e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [10.7.2](https://github.com/dhis2/cli-style/compare/v10.7.1...v10.7.2) (2024-05-27) + + +### Bug Fixes + +* set basedir for plugin resolution ([83e8d43](https://github.com/dhis2/cli-style/commit/83e8d43dc6e314a642594e2e2193086e4c87d52b)) + ## [10.7.1](https://github.com/dhis2/cli-style/compare/v10.7.0...v10.7.1) (2024-05-22) diff --git a/package.json b/package.json index f37c10ca..0ee5524a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/cli-style", - "version": "10.7.1", + "version": "10.7.2", "description": "The code and commit style for DHIS2.", "repository": { "type": "git",