Skip to content

Commit ce84489

Browse files
committed
docs: update changelog
1 parent 90753d4 commit ce84489

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v1.27.0 (2025-02-21)
2+
3+
### ✨ New
4+
5+
- feat: add presets exports to modular plugins by @Rel1cx in <https://github.com/Rel1cx/eslint-react/pull/940>
6+
- feat: add `no-missing-context-display-name` rule by @Rel1cx in <https://github.com/Rel1cx/eslint-react/pull/941>
7+
8+
### 🪄 Improvements
9+
10+
- refactor: improve error messages by @Rel1cx in <https://github.com/Rel1cx/eslint-react/pull/936> and <https://github.com/Rel1cx/eslint-react/pull/937>
11+
- refactor: add `useEffect` to `additionalHooks` by @Rel1cx in <https://github.com/Rel1cx/eslint-react/pull/938>
12+
- refactor: change severity of 'no-duplicate-key' rule from error to warn by @Rel1cx in <https://github.com/Rel1cx/eslint-react/pull/939>
13+
114
## v1.26.2 (2025-02-06)
215

316
### 🐞 Fixes

apps/website/content/changelog.md

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

5+
## v1.27.0 (2025-02-21)
6+
7+
### ✨ New
8+
9+
- feat: add presets exports to modular plugins by @Rel1cx in <https://github.com/Rel1cx/eslint-react/pull/940>
10+
- feat: add `no-missing-context-display-name` rule by @Rel1cx in <https://github.com/Rel1cx/eslint-react/pull/941>
11+
12+
### 🪄 Improvements
13+
14+
- refactor: improve error messages by @Rel1cx in <https://github.com/Rel1cx/eslint-react/pull/936> and <https://github.com/Rel1cx/eslint-react/pull/937>
15+
- refactor: add `useEffect` to `additionalHooks` by @Rel1cx in <https://github.com/Rel1cx/eslint-react/pull/938>
16+
- refactor: change severity of 'no-duplicate-key' rule from error to warn by @Rel1cx in <https://github.com/Rel1cx/eslint-react/pull/939>
17+
518
## v1.26.2 (2025-02-06)
619

720
### 🐞 Fixes

0 commit comments

Comments
 (0)