Skip to content

Commit 045ef44

Browse files
authored
Release v3.1.4
1 parent bd2e4f4 commit 045ef44

File tree

4 files changed

+123
-39456
lines changed

4 files changed

+123
-39456
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+
### v3.1.4
6+
57
- **core**: Fix regression [#2128](https://github.com/kamilkisiela/graphql-inspector/issues/2128) introduced in [#2100](https://github.com/kamilkisiela/graphql-inspector/pull/2100)
68

79
### v3.1.3

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="3.1.3"
3+
LABEL version="3.1.4"
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].3 graphql
11+
RUN yarn global add @graphql-inspector/[email protected].4 graphql
1212

1313
RUN mkdir /app
1414
WORKDIR /app

0 commit comments

Comments
 (0)