diff --git a/.changeset/unlucky-mugs-promise.md b/.changeset/unlucky-mugs-promise.md deleted file mode 100644 index e9a570a75..000000000 --- a/.changeset/unlucky-mugs-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -Fix testnet names for `abstract` and `corn` diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 2adca0b8b..e156ca813 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphprotocol/graph-cli +## 0.90.1 + +### Patch Changes + +- [#1776](https://github.com/graphprotocol/graph-tooling/pull/1776) + [`c4c0590`](https://github.com/graphprotocol/graph-tooling/commit/c4c059029c391dd6e256a56b3b90bcf20b86680c) + Thanks [@alinobrasil](https://github.com/alinobrasil)! - Fix testnet names for `abstract` and + `corn` + ## 0.90.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 3b26bcaed..7999e3e90 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.90.0", + "version": "0.90.1", "description": "CLI for building for and deploying to The Graph", "license": "(Apache-2.0 OR MIT)", "engines": {