Skip to content

Commit

Permalink
chore(release): 19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koba04 committed May 1, 2023
1 parent c4de14c commit 6c76a4b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,20 @@

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.

## [19.0.0](https://github.com/cybozu/eslint-config/compare/v18.0.3...v19.0.0) (2023-05-01)


### ⚠ BREAKING CHANGES

* Drop Node v14 support

### Bug Fixes

* **deps:** update typescript-eslint monorepo to ^5.59.1 ([#653](https://github.com/cybozu/eslint-config/issues/653)) ([ca6bd31](https://github.com/cybozu/eslint-config/commit/ca6bd31b1507292df63f210db6adf4c04dca2b63))


* Drop Node v14 support and add v20 support ([#659](https://github.com/cybozu/eslint-config/issues/659)) ([c4de14c](https://github.com/cybozu/eslint-config/commit/c4de14c2fbbc51620f627c5c16b4b45cd624772d))

### [18.0.3](https://github.com/cybozu/eslint-config/compare/v18.0.2...v18.0.3) (2023-04-05)


Expand Down
2 changes: 1 addition & 1 deletion 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": "18.0.3",
"version": "19.0.0",
"description": "ESLint rules for Cybozu",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 6c76a4b

Please sign in to comment.