mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
Upcoming Release Changes (#2169)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
79f8479d9e
commit
e37b72b2ed
3 changed files with 10 additions and 6 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@graphql-hive/cli': minor
|
||||
---
|
||||
|
||||
Added support for new warnings feature during `schema:check` commands
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue