diff --git a/.yarn/versions/02db6673.yml b/.yarn/versions/02db6673.yml new file mode 100644 index 0000000..e69de29 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6349d26..363e3ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.0] - 2024-09-20 ### Fixed - Package rename @subql/query-subgraph @@ -25,7 +26,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.0.7...HEAD +[Unreleased]: https://github.com/subquery/query-subgraph/compare/v0.1.0...HEAD +[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 [0.0.5]: https://github.com/subquery/query-subgraph/compare/v0.0.4...v0.0.5 diff --git a/package.json b/package.json index bf2fec5..6a61644 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@subql/query-subgraph", - "version": "0.0.8-0", + "version": "0.1.0", "main": "index.js", "bin": { "subql-query-subgraph": "./bin/run" @@ -62,6 +62,5 @@ "/dist", "/bin" ], - "packageManager": "yarn@3.2.4", - "stableVersion": "0.0.7" + "packageManager": "yarn@3.2.4" }