diff --git a/.changeset/sixty-starfishes-lie.md b/.changeset/sixty-starfishes-lie.md deleted file mode 100644 index 9c7cd0769..000000000 --- a/.changeset/sixty-starfishes-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphprotocol/graph-cli": minor ---- - -added rootstock blockexplorer api and public rpc url diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index f0d85ad2c..7ab98aad4 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphprotocol/graph-cli +## 0.76.0 + +### Minor Changes + +- [#1688](https://github.com/graphprotocol/graph-tooling/pull/1688) + [`3a96771`](https://github.com/graphprotocol/graph-tooling/commit/3a9677113a4282cd4f91adadfa4b4b1d00f6e035) + Thanks [@alinobrasil](https://github.com/alinobrasil)! - added rootstock blockexplorer api and + public rpc url + ## 0.75.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index bc824929d..83cdb6dfb 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.75.0", + "version": "0.76.0", "description": "CLI for building for and deploying to The Graph", "license": "(Apache-2.0 OR MIT)", "engines": {