diff --git a/CHANGELOG.md b/CHANGELOG.md index 0579dbaf..b72effba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Changelog +## [2.4.1](https://github.com/gagoar/codeowners-generator/compare/v2.4.0...v2.4.1) (2024-01-16) + + +### ⚠ BREAKING CHANGES + +* **action:** Effectively change default value for preserve-block-position in github actions + +### Bug Fixes + +* **action:** Fix preserve-block-position default ([#393](https://github.com/gagoar/codeowners-generator/issues/393)) ([f4ae6ee](https://github.com/gagoar/codeowners-generator/commit/f4ae6eeb1f4adfc32f4ab478053292b4ee284757)) +* only include relevant files in published package ([#399](https://github.com/gagoar/codeowners-generator/issues/399)) ([3bff598](https://github.com/gagoar/codeowners-generator/commit/3bff598d60289ca9df82dccfdd66a0058f5d1c83)) + + +### Miscellaneous Chores + +* release 2.4.1 ([#401](https://github.com/gagoar/codeowners-generator/issues/401)) ([10be326](https://github.com/gagoar/codeowners-generator/commit/10be3261f5c4d77e7d072aaad676b9dce92e515b)) + ## [2.4.0](https://github.com/gagoar/codeowners-generator/compare/v2.3.1...v2.4.0) (2024-01-12) diff --git a/package-lock.json b/package-lock.json index 0f8d8a79..71ae1365 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeowners-generator", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codeowners-generator", - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "dependencies": { "commander": "7.2.0", diff --git a/package.json b/package.json index 9ca7362e..72af0dfe 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "codeowners-generator", "repository": "git@github.com:gagoar/codeowners-generator.git", "license": "MIT", - "version": "2.4.0", + "version": "2.4.1", "description": "CODEOWNERS generator for mono-repos", "files": [ "build",