File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
5
5
6
6
## Unreleased
7
7
8
+ ## [ 7.34.0] - 2024.03.03
9
+
8
10
### Added
9
11
* [ ` sort-prop-types ` ] : give errors on TS types ([ #3615 ] [ ] @akulsr0 )
10
12
* [ ` no-invalid-html-attribute ` ] : add support for ` apple-touch-startup-image ` ` rel ` attributes in ` link ` tags ([ #3638 ] [ ] @thomashockaday )
@@ -40,6 +42,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
40
42
* [ Docs] [ ` iframe-missing-sandbox ` ] : fix link to iframe attribute on mdn ([ #3690 ] [ ] @nnmrts )
41
43
* [ Docs] [ ` hook-use-state ` ] : fix an undefined variable ([ #3626 ] [ ] @chentsulin )
42
44
45
+ [ 7.34.0 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.33.2...v7.34.0
43
46
[ #3697 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3697
44
47
[ #3691 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3691
45
48
[ #3690 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3690
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.33.2 " ,
3
+ "version" : " 7.34.0 " ,
4
4
"author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
5
5
"description" : " React specific linting rules for ESLint" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments