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 c8ec890 commit 927a985Copy full SHA for 927a985
.changeset/proud-zebras-report.md
packages/cli/CHANGELOG.md
@@ -1,5 +1,14 @@
1
# @graphprotocol/graph-cli
2
3
+## 0.79.2
4
+
5
+### Patch Changes
6
7
+- [#1698](https://github.com/graphprotocol/graph-tooling/pull/1698)
8
+ [`c8ec890`](https://github.com/graphprotocol/graph-tooling/commit/c8ec890cb13bb109bb97387e4819c948d97a079a)
9
+ Thanks [@soilking](https://github.com/soilking)! - Fix build files being placed outside the build
10
+ directory
11
12
## 0.79.1
13
14
### Patch Changes
packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/graph-cli",
- "version": "0.79.1",
+ "version": "0.79.2",
"description": "CLI for building for and deploying to The Graph",
"license": "(Apache-2.0 OR MIT)",
"engines": {
0 commit comments