File tree 3 files changed +14
-1
lines changed
3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 23
23
" dull-scissors-destroy" ,
24
24
" few-mails-sparkle" ,
25
25
" friendly-singers-rush" ,
26
+ " healthy-moose-kneel" ,
26
27
" heavy-onions-fry" ,
27
28
" itchy-ads-compete" ,
28
29
" lovely-laws-hide" ,
Original file line number Diff line number Diff line change 1
1
# @graphql-eslint/eslint-plugin
2
2
3
+ ## 4.0.0-alpha.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [ #2616 ] ( https://github.com/dimaMachina/graphql-eslint/pull/2616 )
8
+ [ ` c0f1b07 ` ] ( https://github.com/dimaMachina/graphql-eslint/commit/c0f1b077c8c7b8ee872bcee191f1acf5a8d5f62b )
9
+ Thanks [ @fcortes ] ( https://github.com/fcortes ) ! - The import attribute syntax (with { type: "json"
10
+ }) is still experimental so warnings showed up when using the library as it was being used to
11
+ import the package.json file to extract the package version
12
+
13
+ As an alternative, the current version will be injected on build time through tsup configuration.
14
+
3
15
## 4.0.0-alpha.5
4
16
5
17
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphql-eslint/eslint-plugin" ,
3
- "version" : " 4.0.0-alpha.5 " ,
3
+ "version" : " 4.0.0-alpha.6 " ,
4
4
"type" : " module" ,
5
5
"description" : " GraphQL plugin for ESLint" ,
6
6
"repository" : " https://github.com/B2o5T/graphql-eslint" ,
You can’t perform that action at this time.
0 commit comments