Skip to content

Commit

Permalink
chore(release): 22.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koba04 committed Jul 24, 2023
1 parent 4f2e116 commit 96fa999
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [22.0.0](https://github.com/cybozu/eslint-config/compare/v21.0.0...v22.0.0) (2023-07-24)


### ⚠ BREAKING CHANGES

* **deps:** drop old typescript version (<4.2.4)

### Bug Fixes

* **deps:** update typescript-eslint monorepo to v6 (major) ([#681](https://github.com/cybozu/eslint-config/issues/681)) ([4f2e116](https://github.com/cybozu/eslint-config/commit/4f2e1164a5947a91a7483e6838a099ce851b098f))

## [21.0.0](https://github.com/cybozu/eslint-config/compare/v20.0.1...v21.0.0) (2023-07-19)


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
Expand Up @@ -6,7 +6,7 @@
"repository": "cybozu/eslint-config",
"homepage": "https://github.com/cybozu/eslint-config",
"bugs": "https://github.com/cybozu/eslint-config/issues",
"version": "21.0.0",
"version": "22.0.0",
"description": "ESLint rules for Cybozu",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 96fa999

Please sign in to comment.