diff --git a/CHANGELOG.md b/CHANGELOG.md index 25c8f3f..f955c27 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.0.1] - 2024-08-01 +#### Added +* Add support for `typescript-eslint` 8.0. + +#### Changed +* *Nothing* + +#### Deprecated +* *Nothing* + +#### Removed +* *Nothing* + +#### Fixed +* *Nothing* + + ## [3.0.0] - 2024-06-20 #### Added * *Nothing* diff --git a/package-lock.json b/package-lock.json index 4408cb7..2c1400a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "eslint-plugin-react": "^7.34.2", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-simple-import-sort": "^12.1.0", - "typescript-eslint": "^7.13.1" + "typescript-eslint": "^8.0 || ^7.13" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index 24d4b86..ea11a14 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint-plugin-react": "^7.34.2", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-simple-import-sort": "^12.1.0", - "typescript-eslint": "^7.13.1" + "typescript-eslint": "^8.0 || ^7.13" }, "devDependencies": { "typescript": "^5.5.4"