diff --git a/.changeset/fair-suns-pay.md b/.changeset/fair-suns-pay.md deleted file mode 100644 index ac212d2a..00000000 --- a/.changeset/fair-suns-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphprotocol/graph-cli": minor ---- - -added new chain diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 25b65ec6..0b9b761e 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphprotocol/graph-cli +## 0.86.0 + +### Minor Changes + +- [#1740](https://github.com/graphprotocol/graph-tooling/pull/1740) + [`7b4f787`](https://github.com/graphprotocol/graph-tooling/commit/7b4f787ebe4f65dbb233d3dda02f179f75ef21d9) + Thanks [@alinobrasil](https://github.com/alinobrasil)! - added new chain + ## 0.85.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index dc44d84c..0e8b1b4f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.85.0", + "version": "0.86.0", "description": "CLI for building for and deploying to The Graph", "license": "(Apache-2.0 OR MIT)", "engines": {