Skip to content

Commit

Permalink
chore(master): release 2.4.0 (#398)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Gustav Utterheim <gustav@utterheim.com>
  • Loading branch information
github-actions[bot] and gustavkj authored Jan 12, 2024
1 parent d37591c commit 64b1e41
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
<!-- prettier-ignore-start -->
# Changelog

## [2.4.0](https://github.com/gagoar/codeowners-generator/compare/v2.3.1...v2.4.0) (2024-01-12)


### Features

* Expose includes variable to actions ([#392](https://github.com/gagoar/codeowners-generator/issues/392)) ([670d636](https://github.com/gagoar/codeowners-generator/commit/670d636f7b9d3d61e9df7455d5f6561928d573b6))
* Read rest of options from custom configuration file ([#391](https://github.com/gagoar/codeowners-generator/issues/391)) ([80756fe](https://github.com/gagoar/codeowners-generator/commit/80756feb11314c9e08a12c2a14911589a4903992))


### Bug Fixes

* **deps:** update dependency cosmiconfig to v7.1.0 ([#368](https://github.com/gagoar/codeowners-generator/issues/368)) ([91bab21](https://github.com/gagoar/codeowners-generator/commit/91bab21a3ab45f625f1504900c7c03b56a31e6be))

## [2.3.1](https://github.com/gagoar/codeowners-generator/compare/v2.3.0...v2.3.1)

- Update jest monorepo to v29 (major) [`#379`](https://github.com/gagoar/codeowners-generator/pull/379)
Expand Down Expand Up @@ -433,3 +447,5 @@
- basic functionality + tests [`#1`](https://github.com/gagoar/codeowners-generator/pull/1)
- Initial commit [`b23784e`](https://github.com/gagoar/codeowners-generator/commit/b23784ec9aee2faef91b502c70adf1dd79675ebf)

<!-- prettier-ignore-end -->
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "codeowners-generator",
"repository": "git@github.com:gagoar/codeowners-generator.git",
"license": "MIT",
"version": "2.3.1",
"version": "2.4.0",
"description": "CODEOWNERS generator for mono-repos",
"main": "build/index.js",
"bin": {
Expand Down

0 comments on commit 64b1e41

Please sign in to comment.