Skip to content

Commit

Permalink
Release v2.6.1 (#1963)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored May 27, 2021
1 parent 7b1470a commit ae1c783
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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.6.1

- **cli**: Revert log-symbols to v4 - brings back CJS support

### v2.6.0
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="2.6.0"
LABEL version="2.6.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 apk --no-cache add git
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 lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.6.0"
"version": "2.6.1"
}

1 comment on commit ae1c783

@vercel
Copy link

@vercel vercel bot commented on ae1c783 May 27, 2021

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.