Skip to content

Commit

Permalink
Release v1.19.0 (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored May 24, 2019
1 parent 594410f commit f9dbb76
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

### vNEXT

### v1.19.0

- **core**: include Interfaces in schema coverage [PR #271](https://github.com/kamilkisiela/graphql-inspector/pull/271) - thanks to [@alx13](http://github.com/alx13)
- **cli**: add http headers [PR #281](https://github.com/kamilkisiela/graphql-inspector/pull/281)
- **cli**: support gql and graphqls files as an introspect output [PR #295](https://github.com/kamilkisiela/graphql-inspector/pull/295)

### v1.18.1

- **action**: show more details after file load failed [PR #223](https://github.com/kamilkisiela/graphql-inspector/pull/223)
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.18.1"
LABEL version="1.19.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.18.1
RUN yarn global add @graphql-inspector/actions@1.19.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.18.1"
"version": "1.19.0"
}

0 comments on commit f9dbb76

Please sign in to comment.