diff --git a/.changeset/old-dryers-judge.md b/.changeset/old-dryers-judge.md deleted file mode 100644 index 4598186e..00000000 --- a/.changeset/old-dryers-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -Fix bug with network selection diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 40d16ff4..fd7c94ac 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphprotocol/graph-cli +## 0.91.1 + +### Patch Changes + +- [#1783](https://github.com/graphprotocol/graph-tooling/pull/1783) + [`ea1d948`](https://github.com/graphprotocol/graph-tooling/commit/ea1d94863783e19a379ce6d545d5f8523d8bf9e8) + Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - Fix bug with network selection + ## 0.91.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 3fe3940f..2f467f24 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.91.0", + "version": "0.91.1", "description": "CLI for building for and deploying to The Graph", "license": "(Apache-2.0 OR MIT)", "engines": {