@graphprotocol/graph-cli 0.67.3-alpha-20240202155343-c40dbbc → 0.67.3

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,11 +1,11 @@
1
1
  # @graphprotocol/graph-cli
2
2
 
3
- ## 0.67.3-alpha-20240202155343-c40dbbc
3
+ ## 0.67.3
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [#1579](https://github.com/graphprotocol/graph-tooling/pull/1579)
8
- [`c40dbbc`](https://github.com/graphprotocol/graph-tooling/commit/c40dbbc8f78e9bab8b910de261b8c898c8d456c7)
8
+ [`bc61adb`](https://github.com/graphprotocol/graph-tooling/commit/bc61adb8ae4f6ba8b467e98ed390a96029b702d8)
9
9
  Thanks [@saihaj](https://github.com/saihaj)! - fix line and linea-goerli API URLs
10
10
 
11
11
  ## 0.67.2
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.67.3-alpha-20240202155343-c40dbbc",
2
+ "version": "0.67.3",
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.67.3-alpha-20240202155343-c40dbbc",
3
+ "version": "0.67.3",
4
4
  "description": "CLI for building for and deploying to The Graph",
5
5
  "license": "(Apache-2.0 OR MIT)",
6
6
  "engines": {