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 87c22a1 commit 240df48Copy full SHA for 240df48
.changeset/unlucky-queens-divide.md
packages/cli/CHANGELOG.md
@@ -1,5 +1,14 @@
1
# @graphprotocol/graph-cli
2
3
+## 0.93.1
4
+
5
+### Patch Changes
6
7
+- [#1859](https://github.com/graphprotocol/graph-tooling/pull/1859)
8
+ [`71c8405`](https://github.com/graphprotocol/graph-tooling/commit/71c84056ef9fc29c4ca18ed82b9e1bad12fd20d9)
9
+ Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - `graph auth`: fix bug with setting
10
+ deploy key
11
12
## 0.93.0
13
14
### Minor Changes
packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/graph-cli",
- "version": "0.93.0",
+ "version": "0.93.1",
"type": "module",
"description": "CLI for building for and deploying to The Graph",
"license": "(Apache-2.0 OR MIT)",
0 commit comments