Upcoming Release Changes (#6162)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
TheGuildBot 2024-12-24 04:42:30 -05:00 committed by GitHub
parent 3093c9fc23
commit 4f183ac5c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 6 deletions

View file

@ -1,5 +0,0 @@
---
'hive': patch
---
Added missing index for postgres db field "schema_version_changes.schema_version_id"

View file

@ -1,5 +1,14 @@
# hive
## 2.0.1
### Patch Changes
- [#6158](https://github.com/graphql-hive/console/pull/6158)
[`3093c9f`](https://github.com/graphql-hive/console/commit/3093c9fc23ab0a53926a187a91fe93ef6fee5be1)
Thanks [@dotansimha](https://github.com/dotansimha)! - Added missing index for postgres db field
"schema_version_changes.schema_version_id"
## 2.0.0
### Major Changes

View file

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