Skip to content

Commit

Permalink
Release v3.1.2 (#2098)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Mar 31, 2022
1 parent b6d735c commit d134084
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 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.2

- **core**: Make sure array of null prototype objects is printable [#2030](https://github.com/kamilkisiela/graphql-inspector/pull/2030)
- **cli**: Update GraphQL Yoga to v2

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.1.1"
LABEL version="3.1.2"
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/[email protected].1 graphql
RUN yarn global add @graphql-inspector/[email protected].2 graphql

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "3.1.1"
}
"version": "3.1.2"
}

1 comment on commit d134084

@vercel
Copy link

@vercel vercel bot commented on d134084 Mar 31, 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.