diff --git a/.changeset/blah-blah-blah.md b/.changeset/blah-blah-blah.md deleted file mode 100644 index 59cbb69254..0000000000 --- a/.changeset/blah-blah-blah.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -fix: conditional breaking changes form [#5852](https://github.com/graphql-hive/platform/pull/5852) diff --git a/deployment/CHANGELOG.md b/deployment/CHANGELOG.md index fa4adc16bd..56187c752f 100644 --- a/deployment/CHANGELOG.md +++ b/deployment/CHANGELOG.md @@ -1,7 +1,17 @@ # hive +## 1.0.1 + +### Patch Changes + +- [#5858](https://github.com/graphql-hive/platform/pull/5858) + [`11973c7`](https://github.com/graphql-hive/platform/commit/11973c773a3251d4b00d1bd4a509e06bfaf5288f) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - fix: conditional breaking changes form + [#5852](https://github.com/graphql-hive/platform/pull/5852) + ## 1.0.0 **This is the first officially versioned release of Hive.** -While it has been available and in use for some time, this marks the introduction of formal versioning and a changelog to track future updates and improvements. \ No newline at end of file +While it has been available and in use for some time, this marks the introduction of formal +versioning and a changelog to track future updates and improvements. diff --git a/deployment/package.json b/deployment/package.json index 3d8a171b71..f4bbe01cdf 100644 --- a/deployment/package.json +++ b/deployment/package.json @@ -1,6 +1,6 @@ { "name": "hive", - "version": "1.0.0", + "version": "1.0.1", "private": true, "scripts": { "generate": "tsx generate.ts",