Skip to content

Commit c594c00

Browse files
committed
Update changelog
1 parent a1a6a5b commit c594c00

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
## v2.0.7 (2025-10-13)
1+
## v2.1.0 (2025-10-13)
22

33
### ✨ New
44

55
- Add `strict`, `strict-typescript`, and `strict-type-checked` presets by @Rel1cx
66
- Add `no-deprecated` preset to enable all rules that report deprecated React APIs by @Rel1cx
77

8+
### 🐞 Fixes
9+
10+
- fix: disallow extra properties in rule options by @andreww2012 in https://github.com/Rel1cx/eslint-react/pull/1263
11+
812
### 🪄 Improvements
913

1014
- Move some rules from `recommended` presets to `strict` presets by @Rel1cx, closes #1262
@@ -18,7 +22,11 @@
1822
- `react-dom/no-unsafe-target-blank`
1923
- Change `typescript` peer dependency version range from `^5.9.2` to `^5` by @Rel1cx
2024

21-
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v2.0.6...v2.0.7
25+
## New Contributors
26+
27+
- @andreww2012 made their first contribution in https://github.com/Rel1cx/eslint-react/pull/1263
28+
29+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v2.0.6...v2.1.0
2230

2331
## v2.0.6 (2025-10-03)
2432

apps/website/content/docs/changelog.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
title: Changelog
33
---
44

5-
## v2.0.7 (2025-10-13)
5+
## v2.1.0 (2025-10-13)
66

77
### ✨ New
88

99
- Add `strict`, `strict-typescript`, and `strict-type-checked` presets by @Rel1cx
1010
- Add `no-deprecated` preset to enable all rules that report deprecated React APIs by @Rel1cx
1111

12+
### 🐞 Fixes
13+
14+
- fix: disallow extra properties in rule options by @andreww2012 in https://github.com/Rel1cx/eslint-react/pull/1263
15+
1216
### 🪄 Improvements
1317

1418
- Move some rules from `recommended` presets to `strict` presets by @Rel1cx, closes #1262
@@ -22,7 +26,11 @@ title: Changelog
2226
- `react-dom/no-unsafe-target-blank`
2327
- Change `typescript` peer dependency version range from `^5.9.2` to `^5` by @Rel1cx
2428

25-
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v2.0.6...v2.0.7
29+
## New Contributors
30+
31+
- @andreww2012 made their first contribution in https://github.com/Rel1cx/eslint-react/pull/1263
32+
33+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v2.0.6...v2.1.0
2634

2735
## v2.0.6 (2025-10-03)
2836

0 commit comments

Comments
 (0)