Skip to content

Commit f37884d

Browse files
authored
Release v3.0.2 (graphql-hive#2029)
1 parent 8df4d93 commit f37884d

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

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

33
### vNEXT
44

5+
### v3.0.2
6+
57
- **action**: `schema` can now point to GraphQL API
68
- **cli**: fix missing `--onUsage` in the diff command
79

Dockerfile-cli

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

3-
LABEL version="3.0.1"
3+
LABEL version="3.0.2"
44
LABEL repository="http://github.com/kamilkisiela/graphql-inspector"
55
LABEL homepage="http://github.com/kamilkisiela/graphql-inspector"
66
LABEL maintainer="Kamil Kisiela <kamil.kisiela@gmail.com>"
77

88
ENV LOG_LEVEL "debug"
99

1010
RUN apk --no-cache add git
11-
RUN yarn global add @graphql-inspector/cli@3.0.1 graphql
11+
RUN yarn global add @graphql-inspector/cli@3.0.2 graphql
1212

1313
RUN mkdir /app
1414
WORKDIR /app

action/index.js

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

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": "3.0.1"
4+
"version": "3.0.2"
55
}

0 commit comments

Comments
 (0)