Skip to content

Commit 0efbd89

Browse files
committed
fix(changelog): update issue links
1 parent 91a89ee commit 0efbd89

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
### 🐞 Fixes
44

5-
- fix(plugins/hooks-extra): misidentification of `set` function in IIFE inside of hooks as its inside of `useEffect`, `useLayoutEffect`, closes #967 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/968
5+
- fix(plugins/hooks-extra): misidentification of `set` function in IIFE inside of hooks as its inside of `useEffect`, `useLayoutEffect`, closes [#967](https://github.com/Rel1cx/eslint-react/issues/967) by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/968
66

77
## v1.30.1 (2025-03-04)
88

99
### 🐞 Fixes
1010

11-
- fix(utilities/var): fix variable init node retrieval, fixes #964 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/965
11+
- fix(utilities/var): fix variable init node retrieval, fixes [#964](https://github.com/Rel1cx/eslint-react/pull/964) by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/965
1212

1313
### 🪄 Improvements
1414

apps/website/content/docs/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ title: Changelog
66

77
### 🐞 Fixes
88

9-
- fix(plugins/hooks-extra): misidentification of `set` function in IIFE inside of hooks as its inside of `useEffect`, `useLayoutEffect`, closes #967 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/968
9+
- fix(plugins/hooks-extra): misidentification of `set` function in IIFE inside of hooks as its inside of `useEffect`, `useLayoutEffect`, closes [#967](https://github.com/Rel1cx/eslint-react/issues/967) by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/968
1010

1111
## v1.30.1 (2025-03-04)
1212

1313
### 🐞 Fixes
1414

15-
- fix(utilities/var): fix variable init node retrieval, fixes #964 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/965
15+
- fix(utilities/var): fix variable init node retrieval, fixes [#964](https://github.com/Rel1cx/eslint-react/pull/964) by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/965
1616

1717
### 🪄 Improvements
1818

0 commit comments

Comments
 (0)