Skip to content

Commit 825bbb0

Browse files
authored
Merge pull request #21 from subquery/release-20250521
[release] 20250521
2 parents b604056 + 9ce0efd commit 825bbb0

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.yarn/versions/b924e174.yml

Whitespace-only changes.

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.2.1] - 2025-05-21
810
### Fixed
911
- Issues with smart tags plugin causing introspection to fail (#20)
1012

@@ -37,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3739
### Added
3840
- Support GraphQL query style similar to subgraph.
3941

40-
[Unreleased]: https://github.com/subquery/query-subgraph/compare/v0.2.0...HEAD
42+
[Unreleased]: https://github.com/subquery/query-subgraph/compare/v0.2.1...HEAD
43+
[0.2.1]: https://github.com/subquery/query-subgraph/compare/v0.2.0...v0.2.1
4144
[0.2.0]: https://github.com/subquery/query-subgraph/compare/v0.1.0...v0.2.0
4245
[0.1.0]: https://github.com/subquery/query-subgraph/compare/v0.0.7...v0.1.0
4346
[0.0.7]: https://github.com/subquery/query-subgraph/compare/v0.0.6...v0.0.7

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.1-0",
3+
"version": "0.2.1",
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.0"
68+
"packageManager": "[email protected]"
7069
}

0 commit comments

Comments
 (0)