diff --git a/.yarn/versions/dec2a2e0.yml b/.yarn/versions/dec2a2e0.yml new file mode 100644 index 0000000..e69de29 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0449b9f..aa30bef 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.0.6] - 2024-09-19 ### Fixed - Repo generate tag name @@ -17,6 +18,7 @@ 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.5...HEAD +[Unreleased]: https://github.com/subquery/query-subgraph/compare/v0.0.6...HEAD +[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 [0.0.4]: https://github.com/subquery/query-subgraph/compare/0.0.1...cli/0.0.4 diff --git a/package.json b/package.json index 03172ed..cec19e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "query-subgraph", - "version": "0.0.6-0", + "version": "0.0.6", "main": "index.js", "bin": { "subql-query-subgraph": "./bin/run" @@ -62,6 +62,5 @@ "/dist", "/bin" ], - "packageManager": "yarn@3.2.4", - "stableVersion": "0.0.5" + "packageManager": "yarn@3.2.4" }