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 e121404 commit 716cdf3Copy full SHA for 716cdf3
.changeset/nice-ants-flow.md
packages/cli/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @graphprotocol/graph-cli
2
3
+## 0.77.0
4
+
5
+### Minor Changes
6
7
+- [#1690](https://github.com/graphprotocol/graph-tooling/pull/1690)
8
+ [`87e74ce`](https://github.com/graphprotocol/graph-tooling/commit/87e74ce64a0c98e9be13d5f6fd31c7020ef23d5e)
9
+ Thanks [@saihaj](https://github.com/saihaj)! - allow publishing new subgraph version
10
11
## 0.76.0
12
13
### Minor Changes
packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/graph-cli",
- "version": "0.76.0",
+ "version": "0.77.0",
"description": "CLI for building for and deploying to The Graph",
"license": "(Apache-2.0 OR MIT)",
"engines": {
0 commit comments