File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.2.2] - 2025-05-21
10
+ ### Fixed
11
+ - Rerelease of previous release
12
+
9
13
## [ 0.2.1] - 2025-05-21
10
14
### Fixed
11
15
- Issues with smart tags plugin causing introspection to fail (#20 )
@@ -39,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
39
43
### Added
40
44
- Support GraphQL query style similar to subgraph.
41
45
42
- [ Unreleased ] : https://github.com/subquery/query-subgraph/compare/v0.2.1...HEAD
46
+ [ Unreleased ] : https://github.com/subquery/query-subgraph/compare/v0.2.2...HEAD
47
+ [ 0.2.2 ] : https://github.com/subquery/query-subgraph/compare/v0.2.1...v0.2.2
43
48
[ 0.2.1 ] : https://github.com/subquery/query-subgraph/compare/v0.2.0...v0.2.1
44
49
[ 0.2.0 ] : https://github.com/subquery/query-subgraph/compare/v0.1.0...v0.2.0
45
50
[ 0.1.0 ] : https://github.com/subquery/query-subgraph/compare/v0.0.7...v0.1.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @subql/query-subgraph" ,
3
- "version" : " 0.2.2-0 " ,
3
+ "version" : " 0.2.2" ,
4
4
"main" : " index.js" ,
5
5
"bin" : {
6
6
"subql-query-subgraph" : " ./bin/run"
65
65
" /dist" ,
66
66
" /bin"
67
67
],
68
- "packageManager" :
" [email protected] " ,
69
- "stableVersion" : " 0.2.1"
68
+ "packageManager" :
" [email protected] "
70
69
}
You can’t perform that action at this time.
0 commit comments