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 ea1d948 commit 7d18704Copy full SHA for 7d18704
.changeset/old-dryers-judge.md
packages/cli/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @graphprotocol/graph-cli
2
3
+## 0.91.1
4
+
5
+### Patch Changes
6
7
+- [#1783](https://github.com/graphprotocol/graph-tooling/pull/1783)
8
+ [`ea1d948`](https://github.com/graphprotocol/graph-tooling/commit/ea1d94863783e19a379ce6d545d5f8523d8bf9e8)
9
+ Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - Fix bug with network selection
10
11
## 0.91.0
12
13
### Minor Changes
packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/graph-cli",
- "version": "0.91.0",
+ "version": "0.91.1",
"description": "CLI for building for and deploying to The Graph",
"license": "(Apache-2.0 OR MIT)",
"engines": {
0 commit comments