From 1a595f2f48eca8c4e947356ee0a14abd54c23a86 Mon Sep 17 00:00:00 2001 From: Tate Date: Wed, 16 Oct 2024 07:06:11 +0000 Subject: [PATCH] [release] 20241016 --- .yarn/versions/7ec27485.yml | 0 CHANGELOG.md | 6 ++++-- package.json | 5 ++--- 3 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 .yarn/versions/7ec27485.yml diff --git a/.yarn/versions/7ec27485.yml b/.yarn/versions/7ec27485.yml new file mode 100644 index 0000000..e69de29 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9204499..7e2e81c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` @@ -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 diff --git a/package.json b/package.json index 2867d80..8976cd2 100644 --- a/package.json +++ b/package.json @@ -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" @@ -65,6 +65,5 @@ "/dist", "/bin" ], - "packageManager": "yarn@3.2.4", - "stableVersion": "0.1.0" + "packageManager": "yarn@3.2.4" }