Skip to content

Commit

Permalink
Release v1.25.0 (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Sep 26, 2019
1 parent 9d73794 commit 1f36b1c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

### vNEXT

- **action**: log more errors (in loadConfig)
### v1.25.0

- **action**: log more errors (in loadConfig) [PR #606](https://github.com/kamilkisiela/graphql-inspector/pull/606)
- **docker**: make the docker image suitable for CI and document usage [PR #633](https://github.com/kamilkisiela/graphql-inspector/pull/633)

### v1.24.0

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="1.24.0"
LABEL version="1.25.0"
LABEL repository="http://github.com/kamilkisiela/graphql-inspector"
LABEL homepage="http://github.com/kamilkisiela/graphql-inspector"
LABEL maintainer="Kamil Kisiela <[email protected]>"
Expand All @@ -12,7 +12,7 @@ LABEL com.github.actions.color="orange"

ENV LOG_LEVEL "debug"

RUN yarn global add @graphql-inspector/actions@1.24.0
RUN yarn global add @graphql-inspector/actions@1.25.0

COPY entrypoint.sh /entrypoint.sh

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="1.24.0"
LABEL version="1.25.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 yarn global add @graphql-inspector/cli@1.24.0 graphql
RUN yarn global add @graphql-inspector/cli@1.25.0 graphql

RUN mkdir /app
WORKDIR /app
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": "1.24.0"
"version": "1.25.0"
}

0 comments on commit 1f36b1c

Please sign in to comment.