diff --git a/.changeset/kind-oranges-add.md b/.changeset/kind-oranges-add.md deleted file mode 100644 index 952561cb..00000000 --- a/.changeset/kind-oranges-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphprotocol/graph-cli": minor ---- - -added rootstock diff --git a/.changeset/mean-eyes-report.md b/.changeset/mean-eyes-report.md deleted file mode 100644 index 95bbb1fc..00000000 --- a/.changeset/mean-eyes-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': minor ---- - -replace etherscan endpoints diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 33cc84b4..25b65ec6 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,17 @@ # @graphprotocol/graph-cli +## 0.85.0 + +### Minor Changes + +- [#1733](https://github.com/graphprotocol/graph-tooling/pull/1733) + [`d13bc5e`](https://github.com/graphprotocol/graph-tooling/commit/d13bc5e6ba08a62be78d1bf469fc0e3b89ee3c1a) + Thanks [@alinobrasil](https://github.com/alinobrasil)! - added rootstock + +- [#1736](https://github.com/graphprotocol/graph-tooling/pull/1736) + [`e759327`](https://github.com/graphprotocol/graph-tooling/commit/e759327cf53fe9462f9bdf65f5ff9fdd125f58db) + Thanks [@fschoell](https://github.com/fschoell)! - replace etherscan endpoints + ## 0.84.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index f82c3e8b..dc44d84c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.84.0", + "version": "0.85.0", "description": "CLI for building for and deploying to The Graph", "license": "(Apache-2.0 OR MIT)", "engines": {