File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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"
6262 " /dist" ,
6363 " /bin"
6464 ],
65- "packageManager" : " yarn@3.2.4" ,
66- "stableVersion" : " 0.0.5"
65+ "packageManager" : " yarn@3.2.4"
6766}
You can’t perform that action at this time.
0 commit comments