Skip to content

Commit ed30565

Browse files
committed
Update changelog
1 parent d7ae5c6 commit ed30565

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## v2.3.9 (2025-11-26)
2+
3+
### ✨ New
4+
5+
- feat: Disallow a function wrapped in `useCallback` or a variable wrapped in `useMemo` yet only used in `useEffect` and only in one `useEffect`, closes #1278 by @possum-enjoyer in https://github.com/Rel1cx/eslint-react/pull/1321
6+
7+
### 🐞 Fixes
8+
9+
- docs: fix severity for `no-unsafe-iframe-sandbox` in rule docs by @JstnMcBrd in https://github.com/Rel1cx/eslint-react/pull/1327
10+
- chore: correct peer dependencies by @ha1fstack in https://github.com/Rel1cx/eslint-react/pull/1328
11+
12+
## New Contributors
13+
14+
- @JstnMcBrd made their first contribution in https://github.com/Rel1cx/eslint-react/pull/1327
15+
- @ha1fstack made their first contribution in https://github.com/Rel1cx/eslint-react/pull/1328
16+
- @possum-enjoyer made their first contribution in https://github.com/Rel1cx/eslint-react/pull/1321
17+
18+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v2.3.7...v2.3.9
19+
120
## v2.3.7 (2025-11-21)
221

322
### 🐞 Fixes

apps/website/content/docs/changelog.md

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

5+
## v2.3.9 (2025-11-26)
6+
7+
### ✨ New
8+
9+
- feat: Disallow a function wrapped in `useCallback` or a variable wrapped in `useMemo` yet only used in `useEffect` and only in one `useEffect`, closes #1278 by @possum-enjoyer in https://github.com/Rel1cx/eslint-react/pull/1321
10+
11+
### 🐞 Fixes
12+
13+
- docs: fix severity for `no-unsafe-iframe-sandbox` in rule docs by @JstnMcBrd in https://github.com/Rel1cx/eslint-react/pull/1327
14+
- chore: correct peer dependencies by @ha1fstack in https://github.com/Rel1cx/eslint-react/pull/1328
15+
16+
## New Contributors
17+
18+
- @JstnMcBrd made their first contribution in https://github.com/Rel1cx/eslint-react/pull/1327
19+
- @ha1fstack made their first contribution in https://github.com/Rel1cx/eslint-react/pull/1328
20+
- @possum-enjoyer made their first contribution in https://github.com/Rel1cx/eslint-react/pull/1321
21+
22+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v2.3.7...v2.3.9
23+
524
## v2.3.7 (2025-11-21)
625

726
### 🐞 Fixes

0 commit comments

Comments
 (0)