diff --git a/.changeset/unlucky-queens-divide.md b/.changeset/unlucky-queens-divide.md deleted file mode 100644 index 8935b8f06..000000000 --- a/.changeset/unlucky-queens-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -`graph auth`: fix bug with setting deploy key diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index a5832d3a2..fd85272e3 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphprotocol/graph-cli +## 0.93.1 + +### Patch Changes + +- [#1859](https://github.com/graphprotocol/graph-tooling/pull/1859) + [`71c8405`](https://github.com/graphprotocol/graph-tooling/commit/71c84056ef9fc29c4ca18ed82b9e1bad12fd20d9) + Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - `graph auth`: fix bug with setting + deploy key + ## 0.93.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 5f518dc19..5be1f712a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.93.0", + "version": "0.93.1", "type": "module", "description": "CLI for building for and deploying to The Graph", "license": "(Apache-2.0 OR MIT)",