File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22
33### vNEXT
44
5+ ### v0.13.2
6+
57- ** github** : annotation's ` message ` was empty [ PR #87 ] ( https://github.com/kamilkisiela/graphql-inspector/pull/87 )
68
79### v0.13.1
Original file line number Diff line number Diff line change 11FROM node:10-slim
22
3- LABEL version="0.13.1 "
3+ LABEL version="0.13.2 "
44LABEL repository="http://github.com/kamilkisiela/graphql-inspector"
55LABEL homepage="http://github.com/kamilkisiela/graphql-inspector"
66LABEL maintainer="Kamil Kisiela <kamil.kisiela@gmail.com>"
@@ -12,7 +12,7 @@ LABEL com.github.actions.color="orange"
1212
1313ENV LOG_LEVEL "debug"
1414
15- RUN yarn global add @graphql-inspector/actions@0.13.1
15+ RUN yarn global add @graphql-inspector/actions@0.13.2
1616
1717COPY entrypoint.sh /entrypoint.sh
1818
Original file line number Diff line number Diff line change 11{
22 "npmClient" : " yarn" ,
33 "useWorkspaces" : true ,
4- "version" : " 0.13.1 "
4+ "version" : " 0.13.2 "
55}
You can’t perform that action at this time.
0 commit comments