Skip to content

Commit

Permalink
v1.20.0 (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Jun 14, 2019
1 parent 2581bcb commit fcd2857
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

### vNEXT

- **core**: `strictFragments` and `strictDeprecated` falgs in `validate()`
- **cli**: `noStrictFragments` flag
### v1.20.0

- **core**: `strictFragments` and `strictDeprecated` falgs in `validate()` [PR #321](https://github.com/kamilkisiela/graphql-inspector/pull/321)
- **cli**: `noStrictFragments` flag [PR #321](https://github.com/kamilkisiela/graphql-inspector/pull/321)
- **core**: fix schema coverage by skipping `__typename` [PR #353](https://github.com/kamilkisiela/graphql-inspector/pull/353) - thanks to [@loremaps](http://github.com/loremaps)

### v1.19.0

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:10-slim

LABEL version="1.19.0"
LABEL version="1.20.0"
LABEL repository="http://github.com/kamilkisiela/graphql-inspector"
LABEL homepage="http://github.com/kamilkisiela/graphql-inspector"
LABEL maintainer="Kamil Kisiela <[email protected]>"
Expand All @@ -12,7 +12,7 @@ LABEL com.github.actions.color="orange"

ENV LOG_LEVEL "debug"

RUN yarn global add @graphql-inspector/actions@1.19.0
RUN yarn global add @graphql-inspector/actions@1.20.0

COPY entrypoint.sh /entrypoint.sh

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.19.0"
"version": "1.20.0"
}

0 comments on commit fcd2857

Please sign in to comment.