Skip to content

Commit ae1c783

Browse files
authored
Release v2.6.1 (#1963)
1 parent 7b1470a commit ae1c783

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
### vNEXT
44

5+
### v2.6.1
6+
57
- **cli**: Revert log-symbols to v4 - brings back CJS support
68

79
### v2.6.0

Dockerfile-cli

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
FROM node:12-slim
22

3-
LABEL version="2.6.0"
3+
LABEL version="2.6.1"
44
LABEL repository="http://github.com/kamilkisiela/graphql-inspector"
55
LABEL homepage="http://github.com/kamilkisiela/graphql-inspector"
66
LABEL maintainer="Kamil Kisiela <[email protected]>"
77

88
ENV LOG_LEVEL "debug"
99

1010
RUN apk --no-cache add git
11-
RUN yarn global add @graphql-inspector/[email protected].0 graphql
11+
RUN yarn global add @graphql-inspector/[email protected].1 graphql
1212

1313
RUN mkdir /app
1414
WORKDIR /app

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "2.6.0"
4+
"version": "2.6.1"
55
}

0 commit comments

Comments
 (0)