Skip to content

Commit 89183ee

Browse files
chore(master): release 2.4.1 (#400)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Gustav Utterheim <gustav@utterheim.com>
1 parent 10be326 commit 89183ee

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
<!-- prettier-ignore-start -->
22
# Changelog
33

4+
## [2.4.1](https://github.com/gagoar/codeowners-generator/compare/v2.4.0...v2.4.1) (2024-01-16)
5+
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* **action:** Effectively change default value for preserve-block-position in github actions
10+
11+
### Bug Fixes
12+
13+
* **action:** Fix preserve-block-position default ([#393](https://github.com/gagoar/codeowners-generator/issues/393)) ([f4ae6ee](https://github.com/gagoar/codeowners-generator/commit/f4ae6eeb1f4adfc32f4ab478053292b4ee284757))
14+
* 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))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* release 2.4.1 ([#401](https://github.com/gagoar/codeowners-generator/issues/401)) ([10be326](https://github.com/gagoar/codeowners-generator/commit/10be3261f5c4d77e7d072aaad676b9dce92e515b))
20+
421
## [2.4.0](https://github.com/gagoar/codeowners-generator/compare/v2.3.1...v2.4.0) (2024-01-12)
522

623

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "codeowners-generator",
33
"repository": "git@github.com:gagoar/codeowners-generator.git",
44
"license": "MIT",
5-
"version": "2.4.0",
5+
"version": "2.4.1",
66
"description": "CODEOWNERS generator for mono-repos",
77
"files": [
88
"build",

0 commit comments

Comments
 (0)