Skip to content

Commit d5a7d12

Browse files
authored
Release v2.2.0 (#1636)
1 parent 50ead07 commit d5a7d12

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

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

33
### vNEXT
44

5+
### v2.2.0
6+
7+
- **core**: Adds two additional change types for enum value deprecations (added and removed) to match behavior with fields
8+
- **core**: Fixes the type returned by `enumValueDeprecationReasonChanged` (was `EnumValueDescriptionChanged`).
9+
510
### v2.1.0
611

712
- Use GraphQL Tools v6

Dockerfile-cli

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

3-
LABEL version="2.1.0"
3+
LABEL version="2.2.0"
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

10-
RUN yarn global add @graphql-inspector/cli@2.1.0 graphql
10+
RUN yarn global add @graphql-inspector/cli@2.2.0 graphql
1111

1212
RUN mkdir /app
1313
WORKDIR /app

action/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1.0"
4+
"version": "2.2.0"
55
}

0 commit comments

Comments
 (0)