diff --git a/.changeset/beige-boxes-punch.md b/.changeset/beige-boxes-punch.md deleted file mode 100644 index 85d7d1dfc..000000000 --- a/.changeset/beige-boxes-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -fix flag startup bug diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index cbf5ada58..f9818bfbc 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphprotocol/graph-cli +## 0.93.3 + +### Patch Changes + +- [#1875](https://github.com/graphprotocol/graph-tooling/pull/1875) + [`675a89a`](https://github.com/graphprotocol/graph-tooling/commit/675a89a0f060f241f3da15542d6a7f497d5fcf5b) + Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - fix flag startup bug + ## 0.93.2 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index c917629d7..7cd1e32b7 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.93.2", + "version": "0.93.3", "type": "module", "description": "CLI for building for and deploying to The Graph", "license": "(Apache-2.0 OR MIT)",