Skip to content

Commit

Permalink
[release] 20241016
Browse files Browse the repository at this point in the history
  • Loading branch information
yoozo committed Oct 16, 2024
1 parent 751c078 commit 1a595f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Empty file added .yarn/versions/7ec27485.yml
Empty file.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2024-10-16
### Added
- Support subqery _metadata query(#4)
- Support subqery \_metadata query(#4)
- GraphiQL control flag - `playground`
- Health check API `/.well-known/apollo/server-health`

Expand All @@ -34,7 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Support GraphQL query style similar to subgraph.

[Unreleased]: https://github.com/subquery/query-subgraph/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/subquery/query-subgraph/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/subquery/query-subgraph/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/subquery/query-subgraph/compare/v0.0.7...v0.1.0
[0.0.7]: https://github.com/subquery/query-subgraph/compare/v0.0.6...v0.0.7
[0.0.6]: https://github.com/subquery/query-subgraph/compare/v0.0.5...v0.0.6
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/query-subgraph",
"version": "0.1.1-0",
"version": "0.2.0",
"main": "index.js",
"bin": {
"subql-query-subgraph": "./bin/run"
Expand Down Expand Up @@ -65,6 +65,5 @@
"/dist",
"/bin"
],
"packageManager": "[email protected]",
"stableVersion": "0.1.0"
"packageManager": "[email protected]"
}

0 comments on commit 1a595f2

Please sign in to comment.