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 24c402f commit bc00873Copy full SHA for bc00873
.changeset/strong-camels-obey.md
packages/cli/CHANGELOG.md
@@ -1,5 +1,14 @@
1
# @graphprotocol/graph-cli
2
3
+## 0.79.1
4
+
5
+### Patch Changes
6
7
+- [#1701](https://github.com/graphprotocol/graph-tooling/pull/1701)
8
+ [`24c402f`](https://github.com/graphprotocol/graph-tooling/commit/24c402f5f2f296a1df35d54fe1927030f96481d4)
9
+ Thanks [@saihaj](https://github.com/saihaj)! - Allow publishing without forcing network or
10
+ subgraph id
11
12
## 0.79.0
13
14
### Minor Changes
packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/graph-cli",
- "version": "0.79.0",
+ "version": "0.79.1",
"description": "CLI for building for and deploying to The Graph",
"license": "(Apache-2.0 OR MIT)",
"engines": {
0 commit comments