diff --git a/.changeset/@graphprotocol_graph-cli-2068-dependencies.md b/.changeset/@graphprotocol_graph-cli-2068-dependencies.md deleted file mode 100644 index c16b6b3a1..000000000 --- a/.changeset/@graphprotocol_graph-cli-2068-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphprotocol/graph-cli": patch ---- -dependencies updates: - - Updated dependency [`kubo-rpc-client@^6.0.0` ↗︎](https://www.npmjs.com/package/kubo-rpc-client/v/6.0.0) (from `^5.0.2`, in `dependencies`) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 2f27f28aa..a63f195e1 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphprotocol/graph-cli +## 0.98.2 + +### Patch Changes + +- [#2068](https://github.com/graphprotocol/graph-tooling/pull/2068) [`c05a9b3`](https://github.com/graphprotocol/graph-tooling/commit/c05a9b3685e69aeaabe9181966bc244387b40924) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: + - Updated dependency [`kubo-rpc-client@^6.0.0` ↗︎](https://www.npmjs.com/package/kubo-rpc-client/v/6.0.0) (from `^5.0.2`, in `dependencies`) + ## 0.98.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index c8bd2531d..69a7b6937 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.98.1", + "version": "0.98.2", "type": "module", "description": "CLI for building for and deploying to The Graph", "repository": {