Skip to content

Commit 0c4a64b

Browse files
authored
Merge pull request #59 from dotansimha/changeset-release/master
Upcoming Release Changes
2 parents a3ca8ab + 9b0880d commit 0c4a64b

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.changeset/silent-lemons-travel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"eslint": "7.10.0",
13-
"@graphql-eslint/eslint-plugin": "0.3.0",
13+
"@graphql-eslint/eslint-plugin": "0.3.1",
1414
"graphql": "15.3.0",
1515
"typescript": "4.0.3"
1616
}

packages/plugin/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# @graphql-eslint/eslint-plugin
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- 9f0ab04: Fixes README and missing docs in published package
8+
39
## 0.3.0
10+
411
### Minor Changes
512

613
- 3838852: Initial minor release from this repo.

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-eslint/eslint-plugin",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"repository": "https://github.com/dotansimha/graphql-eslint",
55
"author": "Dotan Simha <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)