Skip to content

Commit

Permalink
Release v0.13.3 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Feb 25, 2019
1 parent 581f1e8 commit fb167d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### vNEXT

### v0.13.3

- **load**: `graphql-toolkit` expects options to be a non-null value [PR #92](https://github.com/kamilkisiela/graphql-inspector/pull/92) [Issue #91](https://github.com/kamilkisiela/graphql-inspector/issues/91)

### v0.13.2

- **github**: annotation's `message` was empty [PR #87](https://github.com/kamilkisiela/graphql-inspector/pull/87)
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="0.13.2"
LABEL version="0.13.3"
LABEL repository="http://github.com/kamilkisiela/graphql-inspector"
LABEL homepage="http://github.com/kamilkisiela/graphql-inspector"
LABEL maintainer="Kamil Kisiela <kamil.kisiela@gmail.com>"
Expand All @@ -12,7 +12,7 @@ LABEL com.github.actions.color="orange"

ENV LOG_LEVEL "debug"

RUN yarn global add @graphql-inspector/actions@0.13.2
RUN yarn global add @graphql-inspector/actions@0.13.3

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": "0.13.2"
"version": "0.13.3"
}

0 comments on commit fb167d6

Please sign in to comment.