Skip to content

Commit

Permalink
Release v2.0.1 (#1509)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored May 19, 2020
1 parent 432c0f1 commit d8aa928
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

### v2.0.1

- **github** skip diff checks for new branches and re-check once Pull Request is opened [#1493](https://github.com/kamilkisiela/graphql-inspector/issues/1493)
- **action github cli ci loaders** - assume valid Schema and SDL [#1508](https://github.com/kamilkisiela/graphql-inspector/pull/1508)

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

LABEL version="2.0.0"
LABEL version="2.0.1"
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 yarn global add @graphql-inspector/[email protected].0 graphql
RUN yarn global add @graphql-inspector/[email protected].1 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": "2.0.0"
"version": "2.0.1"
}

0 comments on commit d8aa928

Please sign in to comment.