@graphprotocol/graph-cli 0.80.0-alpha-20240802140936-d77409f → 0.80.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @graphprotocol/graph-cli
2
2
 
3
- ## 0.80.0-alpha-20240802140936-d77409f
3
+ ## 0.80.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -13,6 +13,11 @@
13
13
  [`687bbd0`](https://github.com/graphprotocol/graph-tooling/commit/687bbd054265243d7f00376c69dd2a11cbb14116)
14
14
  Thanks [@yash251](https://github.com/yash251)! - add iotex testnet rpc and api url
15
15
 
16
+ - [#1713](https://github.com/graphprotocol/graph-tooling/pull/1713)
17
+ [`4c7d17c`](https://github.com/graphprotocol/graph-tooling/commit/4c7d17c30fe7e87866e9002cae5d182bc8217eb5)
18
+ Thanks [@alinobrasil](https://github.com/alinobrasil)! - added publicRpc and blockExplorer for
19
+ arbitrum nova
20
+
16
21
  ## 0.79.2
17
22
 
18
23
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.80.0-alpha-20240802140936-d77409f",
2
+ "version": "0.80.0",
3
3
  "commands": {
4
4
  "add": {
5
5
  "id": "add",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphprotocol/graph-cli",
3
- "version": "0.80.0-alpha-20240802140936-d77409f",
3
+ "version": "0.80.0",
4
4
  "description": "CLI for building for and deploying to The Graph",
5
5
  "license": "(Apache-2.0 OR MIT)",
6
6
  "engines": {