diff --git a/.changeset/@graphprotocol_graph-cli-1268-dependencies.md b/.changeset/@graphprotocol_graph-cli-1268-dependencies.md deleted file mode 100644 index 91368326f..000000000 --- a/.changeset/@graphprotocol_graph-cli-1268-dependencies.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@graphprotocol/graph-cli": patch ---- -dependencies updates: - - Updated dependency [`ipfs-http-client@55.0.0` ↗︎](https://www.npmjs.com/package/ipfs-http-client/v/55.0.0) (from `34.0.0`, in `dependencies`) - - Updated dependency [`jayson@4.0.0` ↗︎](https://www.npmjs.com/package/jayson/v/4.0.0) (from `3.7.0`, in `dependencies`) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 8b20a9f09..95a421893 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,18 @@ # @graphprotocol/graph-cli +## 0.45.2 + +### Patch Changes + +- [#1268](https://github.com/graphprotocol/graph-tooling/pull/1268) + [`d473997`](https://github.com/graphprotocol/graph-tooling/commit/d473997a9fea02e91649a0e345fd84dbeff54fdf) + Thanks [@saihaj](https://github.com/saihaj)! - dependencies updates: + - Updated dependency + [`ipfs-http-client@55.0.0` ↗︎](https://www.npmjs.com/package/ipfs-http-client/v/55.0.0) (from + `34.0.0`, in `dependencies`) + - Updated dependency [`jayson@4.0.0` ↗︎](https://www.npmjs.com/package/jayson/v/4.0.0) (from + `3.7.0`, in `dependencies`) + ## 0.45.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index fb3776579..262f399e4 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.45.1", + "version": "0.45.2", "description": "CLI for building for and deploying to The Graph", "license": "(Apache-2.0 OR MIT)", "engines": {