Skip to content

Commit

Permalink
2.2.0 (#352)
Browse files Browse the repository at this point in the history
Bumping version 2.2.0
That comes with:
- Preserve block position
[`#347`](#347)
- ChatGPT rewrote it
[`#349`](#349)
- Using swc instead of ts-jest
[`#348`](#348)
- Update Node.js to v16.19.1
[`#341`](#341)
- Update dependency husky to v8.0.3
[`#339`](#339)
- adding composite action to use codeowners-generator in a workflow
[`#337`](#337)
- 2.1.5
[`#346`](#346)
- Preserve block position (#347)
[`#343`](#343)
- adding composite action to use codeowners-generator in a workflow
(#337)
[`#335`](#335)
  • Loading branch information
gagoar authored Mar 23, 2023
1 parent 292beab commit 2371d8a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,23 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v2.2.0](https://github.com/gagoar/codeowners-generator/compare/v2.1.5...v2.2.0)

- fixing release workflow [`#353`](https://github.com/gagoar/codeowners-generator/pull/353)
- Preserve block position [`#347`](https://github.com/gagoar/codeowners-generator/pull/347)
- ChatGPT rewrote it [`#349`](https://github.com/gagoar/codeowners-generator/pull/349)
- Using swc instead of ts-jest [`#348`](https://github.com/gagoar/codeowners-generator/pull/348)
- Update Node.js to v16.19.1 [`#341`](https://github.com/gagoar/codeowners-generator/pull/341)
- Update dependency husky to v8.0.3 [`#339`](https://github.com/gagoar/codeowners-generator/pull/339)
- adding composite action to use codeowners-generator in a workflow [`#337`](https://github.com/gagoar/codeowners-generator/pull/337)
- 2.1.5 [`#346`](https://github.com/gagoar/codeowners-generator/pull/346)
- Preserve block position (#347) [`#343`](https://github.com/gagoar/codeowners-generator/issues/343)
- adding composite action to use codeowners-generator in a workflow (#337) [`#335`](https://github.com/gagoar/codeowners-generator/issues/335)

#### [v2.1.5](https://github.com/gagoar/codeowners-generator/compare/v2.1.4...v2.1.5)

> 18 March 2023
- Making `--use-root-maintainers` available via CLI [`#345`](https://github.com/gagoar/codeowners-generator/pull/345)
- Update dependency ignore to v5.2.4 [`#340`](https://github.com/gagoar/codeowners-generator/pull/340)
- adding Check functionality [`#342`](https://github.com/gagoar/codeowners-generator/pull/342)
Expand Down
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": "[email protected]:gagoar/codeowners-generator.git",
"license": "MIT",
"version": "2.1.5",
"version": "2.2.0",
"description": " CODEOWNERS generator for mono-repos",
"main": "build/index.js",
"bin": {
Expand Down

0 comments on commit 2371d8a

Please sign in to comment.