Skip to content

Commit

Permalink
chore(release): 24.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sajikix committed Sep 24, 2024
1 parent 06d5058 commit 5d1d6be
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [24.0.0-beta.0](https://github.com/cybozu/eslint-config/compare/v24.0.0-alpha.1...v24.0.0-beta.0) (2024-09-24)


### Features

* Add support for ESLint 9 ([#797](https://github.com/cybozu/eslint-config/issues/797)) ([06d5058](https://github.com/cybozu/eslint-config/commit/06d5058f118520811fb4ed26cbf3183c92b49533))


### Bug Fixes

* **deps:** update dependency eslint-plugin-react to ^7.34.3 ([c33f6bb](https://github.com/cybozu/eslint-config/commit/c33f6bb82d970842eb3aa93da294c3c9c9d6d2a1))
* **deps:** update dependency eslint-plugin-react to ^7.34.4 ([aa74d12](https://github.com/cybozu/eslint-config/commit/aa74d123a41eda9bb678eb7c8c7e228ffa35f78b))

## [24.0.0-alpha.1](https://github.com/cybozu/eslint-config/compare/v24.0.0-alpha.0...v24.0.0-alpha.1) (2024-06-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
Original file line number Diff line number Diff line change
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": "24.0.0-alpha.1",
"version": "24.0.0-beta.0",
"description": "ESLint rules for Cybozu",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 5d1d6be

Please sign in to comment.