Skip to content

Commit f43df24

Browse files
committed
Update changelog
1 parent 8bc1f7f commit f43df24

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v2.3.5 (2025-11-13)
2+
3+
### 🐞 Fixes
4+
5+
- fix: rule names conflicting with `eslint-plugin-react`, closes #1315 by @jkbdk in https://github.com/Rel1cx/eslint-react/pull/1316
6+
7+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v2.3.4...v2.3.5
8+
19
## v2.3.4 (2025-11-10)
210

311
### ✨ New

apps/website/content/docs/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
title: Changelog
33
---
44

5+
## v2.3.5 (2025-11-13)
6+
7+
### 🐞 Fixes
8+
9+
- fix: rule names conflicting with `eslint-plugin-react`, closes #1315 by @jkbdk in https://github.com/Rel1cx/eslint-react/pull/1316
10+
11+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v2.3.4...v2.3.5
12+
513
## v2.3.4 (2025-11-10)
614

715
### ✨ New

dprint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"https://plugins.dprint.dev/markdown-0.20.0.wasm",
3131
"https://plugins.dprint.dev/toml-0.7.0.wasm",
3232
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.1.wasm",
33-
"https://plugins.dprint.dev/g-plane/markup_fmt-v0.24.0.wasm"
33+
"https://plugins.dprint.dev/g-plane/markup_fmt-v0.24.1.wasm"
3434
]
3535
}

0 commit comments

Comments
 (0)