diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e0b8d4..e114347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org). +## [3.2.0] - 2024-10-12 +#### Added +* Add support for `eslint-plugin-react-hooks` 5.x. + +#### Changed +* *Nothing* + +#### Deprecated +* *Nothing* + +#### Removed +* *Nothing* + +#### Fixed +* *Nothing* + + ## [3.1.0] - 2024-09-12 #### Added * [#109](https://github.com/shlinkio/js-coding-standard/issues/109) Add support for `eslint` 9.x. diff --git a/package-lock.json b/package-lock.json index 175f65a..a9f0be1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "eslint": "^9.10.0 || ^8.57.0", "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-react": "^7.34.2", - "eslint-plugin-react-hooks": "^4.6.2", + "eslint-plugin-react-hooks": "^5.0.0 || ^4.6.2", "eslint-plugin-simple-import-sort": "^12.1.0", "typescript-eslint": "^8.0" } diff --git a/package.json b/package.json index faf4956..709c90f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint": "^9.10.0 || ^8.57.0", "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-react": "^7.34.2", - "eslint-plugin-react-hooks": "^4.6.2", + "eslint-plugin-react-hooks": "^5.0.0 || ^4.6.2", "eslint-plugin-simple-import-sort": "^12.1.0", "typescript-eslint": "^8.0" },