Upcoming Release Changes (#2169)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
TheGuildBot 2023-05-12 16:19:02 +09:00 committed by GitHub
parent 79f8479d9e
commit e37b72b2ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 6 deletions

View file

@ -1,5 +0,0 @@
---
'@graphql-hive/cli': minor
---
Added support for new warnings feature during `schema:check` commands

View file

@ -1,5 +1,14 @@
# @graphql-hive/cli
## 0.22.0
### Minor Changes
- [#1730](https://github.com/kamilkisiela/graphql-hive/pull/1730)
[`9238a1f9`](https://github.com/kamilkisiela/graphql-hive/commit/9238a1f91594923abd171c3ec2029c3eb1265055)
Thanks [@dotansimha](https://github.com/dotansimha)! - Added support for new warnings feature
during `schema:check` commands
## 0.21.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/cli",
"version": "0.21.0",
"version": "0.22.0",
"description": "A CLI util to manage and control your GraphQL Hive",
"repository": {
"type": "git",