Skip to content

Commit

Permalink
2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavkj committed Nov 15, 2023
1 parent a6c324c commit 6dd781a
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
Expand Up @@ -4,8 +4,24 @@ 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.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)
- Fix path/posix usage not compatible with Node 12 and 14 [`#381`](https://github.com/gagoar/codeowners-generator/pull/381)
- Run prettier in CI [`#382`](https://github.com/gagoar/codeowners-generator/pull/382)
- Update typescript-eslint monorepo to v6 (major) [`#377`](https://github.com/gagoar/codeowners-generator/pull/377)
- Update dependency eslint-config-prettier to v9 [`#378`](https://github.com/gagoar/codeowners-generator/pull/378)
- Update dependency node to v16.20.2 [`#365`](https://github.com/gagoar/codeowners-generator/pull/365)
- Update dependency @types/debug to v4.1.12 [`#362`](https://github.com/gagoar/codeowners-generator/pull/362)
- Fix it to work on Windows as well and add tests [`#374`](https://github.com/gagoar/codeowners-generator/pull/374)
- Update dependency eslint-config-prettier to v8.10.0 [`#373`](https://github.com/gagoar/codeowners-generator/pull/373)
- Update dependency eslint to v8.53.0 [`#370`](https://github.com/gagoar/codeowners-generator/pull/370)
- 2.3.0 [`#359`](https://github.com/gagoar/codeowners-generator/pull/359)

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

> 19 April 2023
- Allowing exclusions per CODEOWNERS added feature [`#358`](https://github.com/gagoar/codeowners-generator/pull/358)
- Remove extraneous quote. [`#356`](https://github.com/gagoar/codeowners-generator/pull/356)
- missing index + configuration clarification [`#354`](https://github.com/gagoar/codeowners-generator/pull/354)
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.3.0",
"version": "2.3.1",
"description": " CODEOWNERS generator for mono-repos",
"main": "build/index.js",
"bin": {
Expand Down

0 comments on commit 6dd781a

Please sign in to comment.