Upcoming Release Changes (#5928)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
TheGuildBot 2024-11-14 05:50:13 -05:00 committed by GitHub
parent df6554bf5b
commit 574ee75cd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 16 additions and 11 deletions

View file

@ -1,5 +0,0 @@
---
'hive': minor
---
Update `supertokens-postgresql` to `9.3`.

View file

@ -1,5 +0,0 @@
---
'hive': patch
---
Fix logging for invalid operation body within usage reporting.

View file

@ -1,5 +1,20 @@
# hive
## 1.2.0
### Minor Changes
- [#5897](https://github.com/graphql-hive/console/pull/5897)
[`cd9a13c`](https://github.com/graphql-hive/console/commit/cd9a13cd4f98700c79db89ac4dd60f0578442efe)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Update `supertokens-postgresql` to `9.3`.
### Patch Changes
- [#5924](https://github.com/graphql-hive/console/pull/5924)
[`5ad52ba`](https://github.com/graphql-hive/console/commit/5ad52ba4d1ad002a8e3b233cefe762324113cf6a)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix logging for invalid operation body within usage
reporting.
## 1.1.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "hive",
"version": "1.1.1",
"version": "1.2.0",
"private": true,
"scripts": {
"generate": "tsx generate.ts",