Skip to content

Commit 3b929cf

Browse files
authored
[release] 20250521 (#22)
1 parent 2268384 commit 3b929cf

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.yarn/versions/fc049f8f.yml

Whitespace-only changes.

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.2.2] - 2025-05-21
10+
### Fixed
11+
- Rerelease of previous release
12+
913
## [0.2.1] - 2025-05-21
1014
### Fixed
1115
- 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
3943
### Added
4044
- Support GraphQL query style similar to subgraph.
4145

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
4348
[0.2.1]: https://github.com/subquery/query-subgraph/compare/v0.2.0...v0.2.1
4449
[0.2.0]: https://github.com/subquery/query-subgraph/compare/v0.1.0...v0.2.0
4550
[0.1.0]: https://github.com/subquery/query-subgraph/compare/v0.0.7...v0.1.0

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subql/query-subgraph",
3-
"version": "0.2.2-0",
3+
"version": "0.2.2",
44
"main": "index.js",
55
"bin": {
66
"subql-query-subgraph": "./bin/run"
@@ -65,6 +65,5 @@
6565
"/dist",
6666
"/bin"
6767
],
68-
"packageManager": "[email protected]",
69-
"stableVersion": "0.2.1"
68+
"packageManager": "[email protected]"
7069
}

0 commit comments

Comments
 (0)