Skip to content

Commit a7fa076

Browse files
authored
[release] 0.0.6 (#12)
1 parent 57202b6 commit a7fa076

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.yarn/versions/dec2a2e0.yml

Whitespace-only changes.

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.0.6] - 2024-09-19
910
### Fixed
1011
- Repo generate tag name
1112

@@ -17,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1718
### Added
1819
- Support GraphQL query style similar to subgraph.
1920

20-
[Unreleased]: https://github.com/subquery/query-subgraph/compare/v0.0.5...HEAD
21+
[Unreleased]: https://github.com/subquery/query-subgraph/compare/v0.0.6...HEAD
22+
[0.0.6]: https://github.com/subquery/query-subgraph/compare/v0.0.5...v0.0.6
2123
[0.0.5]: https://github.com/subquery/query-subgraph/compare/v0.0.4...v0.0.5
2224
[0.0.4]: https://github.com/subquery/query-subgraph/compare/0.0.1...cli/0.0.4

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "query-subgraph",
3-
"version": "0.0.6-0",
3+
"version": "0.0.6",
44
"main": "index.js",
55
"bin": {
66
"subql-query-subgraph": "./bin/run"
@@ -62,6 +62,5 @@
6262
"/dist",
6363
"/bin"
6464
],
65-
"packageManager": "yarn@3.2.4",
66-
"stableVersion": "0.0.5"
65+
"packageManager": "yarn@3.2.4"
6766
}

0 commit comments

Comments
 (0)