Skip to content

Commit c24fb26

Browse files
authored
[release] 20250915 (#26)
1 parent be11571 commit c24fb26

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.yarn/versions/9f5f9e82.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.3.0] - 2025-09-15
810
### Added
911
- Cors to the server (#25)
1012

@@ -49,7 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4951
### Added
5052
- Support GraphQL query style similar to subgraph.
5153

52-
[Unreleased]: https://github.com/subquery/query-subgraph/compare/v0.2.3...HEAD
54+
[Unreleased]: https://github.com/subquery/query-subgraph/compare/v0.3.0...HEAD
55+
[0.3.0]: https://github.com/subquery/query-subgraph/compare/v0.2.3...v0.3.0
5356
[0.2.3]: https://github.com/subquery/query-subgraph/compare/v0.2.2...v0.2.3
5457
[0.2.2]: https://github.com/subquery/query-subgraph/compare/v0.2.1...v0.2.2
5558
[0.2.1]: https://github.com/subquery/query-subgraph/compare/v0.2.0...v0.2.1

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.4-0",
3+
"version": "0.3.0",
44
"main": "index.js",
55
"bin": {
66
"subql-query-subgraph": "./bin/run"
@@ -67,6 +67,5 @@
6767
"/dist",
6868
"/bin"
6969
],
70-
"packageManager": "[email protected]",
71-
"stableVersion": "0.2.3"
70+
"packageManager": "[email protected]"
7271
}

0 commit comments

Comments
 (0)