Skip to content

Commit

Permalink
Release v3.1.0 (#2072)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Feb 9, 2022
1 parent 4e7a24c commit 4fe5a65
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### vNEXT

### v3.1.0

- **action**: Support introspection query result

### v3.0.2
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-cli
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
FROM node:12-slim

LABEL version="3.0.2"
LABEL version="3.1.0"
LABEL repository="http://github.com/kamilkisiela/graphql-inspector"
LABEL homepage="http://github.com/kamilkisiela/graphql-inspector"
LABEL maintainer="Kamil Kisiela <[email protected]>"

ENV LOG_LEVEL "debug"

RUN apk --no-cache add git
RUN yarn global add @graphql-inspector/cli@3.0.2 graphql
RUN yarn global add @graphql-inspector/cli@3.1.0 graphql

RUN mkdir /app
WORKDIR /app
2 changes: 1 addition & 1 deletion action/index.js

Large diffs are not rendered by default.

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": "3.0.2"
"version": "3.1.0"
}

1 comment on commit 4fe5a65

@vercel
Copy link

@vercel vercel bot commented on 4fe5a65 Feb 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.