Skip to content

Commit

Permalink
chore: release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 13, 2024
1 parent 61a385e commit f3390d1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.1](https://github.com/eslint/create-config/compare/v1.1.0...v1.1.1) (2024-05-13)


### Bug Fixes

* use @eslint/compat to fix eslint v9 + react plugin ([#113](https://github.com/eslint/create-config/issues/113)) ([61a385e](https://github.com/eslint/create-config/commit/61a385ebf2bc2d57074614160210530c7dfb04b9))


### Chores

* switch to eslint v9, eslint-config-eslint v10 ([#111](https://github.com/eslint/create-config/issues/111)) ([12886ee](https://github.com/eslint/create-config/commit/12886eec4b228bb6a23200a9c2231ba938376006))

## [1.1.0](https://github.com/eslint/create-config/compare/v1.0.3...v1.1.0) (2024-04-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/create-config",
"version": "1.1.0",
"version": "1.1.1",
"description": "Utility to create ESLint config files.",
"keywords": [
"ast",
Expand Down

0 comments on commit f3390d1

Please sign in to comment.