Skip to content

Commit 99ebda2

Browse files
authored
Bumping to v2.1.0 (#138)
* Updating CHANGELOG.md * 2.1.0
1 parent 7e248ce commit 99ebda2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change log
22
### vNEXT
3+
4+
### v2.1.0
35
- Retrieves `.graphqlconfig` relative to the file being linted, which re-enables support for `vscode-eslint` using `.graphqlconfig` in [#108](https://github.com/apollographql/eslint-plugin-graphql/pull/108) by [Jon Wong][https://github.com/jnwng/]
46
- Cache schema reading/parsing results each time a rule is created in [#137](https://github.com/apollographql/eslint-plugin-graphql/pull/137) by [Kristján Oddsson](https://github.com/koddsson)
57

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-graphql",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "GraphQL ESLint plugin.",
55
"author": "Sashko Stubailo",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)