File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
6
6
7
7
## Unreleased
8
8
9
+ ## [ 7.37.1] - 2024.10.01
10
+
9
11
### Fixed
10
12
* [ meta] do not npmignore ` d.ts ` files ([ #3836 ] [ ] @ljharb )
11
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.37.0 " ,
3
+ "version" : " 7.37.1 " ,
4
4
"author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
5
5
"description" : " React specific linting rules for ESLint" ,
6
6
"main" : " index.js" ,
7
+ "types" : " index.d.ts" ,
7
8
"scripts" : {
8
9
"clean-built-types" : " rm -f $(find . -maxdepth 1 -type f -name '*.d.ts*') $(find lib -type f -name '*.d.ts*' ! -name 'types.d.ts')" ,
9
10
"prebuild-types" : " npm run clean-built-types" ,
You can’t perform that action at this time.
0 commit comments