We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675a89a commit 6e195c2Copy full SHA for 6e195c2
.changeset/beige-boxes-punch.md
packages/cli/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @graphprotocol/graph-cli
2
3
+## 0.93.3
4
+
5
+### Patch Changes
6
7
+- [#1875](https://github.com/graphprotocol/graph-tooling/pull/1875)
8
+ [`675a89a`](https://github.com/graphprotocol/graph-tooling/commit/675a89a0f060f241f3da15542d6a7f497d5fcf5b)
9
+ Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - fix flag startup bug
10
11
## 0.93.2
12
13
### Patch Changes
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)",
0 commit comments