Skip to content

Commit f9dbb76

Browse files
authored
Release v1.19.0 (#304)
1 parent 594410f commit f9dbb76

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
### vNEXT
44

5+
### v1.19.0
6+
7+
- **core**: include Interfaces in schema coverage [PR #271](https://github.com/kamilkisiela/graphql-inspector/pull/271) - thanks to [@alx13](http://github.com/alx13)
8+
- **cli**: add http headers [PR #281](https://github.com/kamilkisiela/graphql-inspector/pull/281)
9+
- **cli**: support gql and graphqls files as an introspect output [PR #295](https://github.com/kamilkisiela/graphql-inspector/pull/295)
10+
511
### v1.18.1
612

713
- **action**: show more details after file load failed [PR #223](https://github.com/kamilkisiela/graphql-inspector/pull/223)

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:10-slim
22

3-
LABEL version="1.18.1"
3+
LABEL version="1.19.0"
44
LABEL repository="http://github.com/kamilkisiela/graphql-inspector"
55
LABEL homepage="http://github.com/kamilkisiela/graphql-inspector"
66
LABEL maintainer="Kamil Kisiela <[email protected]>"
@@ -12,7 +12,7 @@ LABEL com.github.actions.color="orange"
1212

1313
ENV LOG_LEVEL "debug"
1414

15-
RUN yarn global add @graphql-inspector/actions@1.18.1
15+
RUN yarn global add @graphql-inspector/actions@1.19.0
1616

1717
COPY entrypoint.sh /entrypoint.sh
1818

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "1.18.1"
4+
"version": "1.19.0"
55
}

0 commit comments

Comments
 (0)