Skip to content

Commit

Permalink
[release] 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoozo committed Sep 20, 2024
1 parent b2fe577 commit 7886310
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Empty file added .yarn/versions/02db6673.yml
Empty file.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
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.0.8-0",
"version": "0.1.0",
"main": "index.js",
"bin": {
"subql-query-subgraph": "./bin/run"
Expand Down Expand Up @@ -62,6 +62,5 @@
"/dist",
"/bin"
],
"packageManager": "[email protected]",
"stableVersion": "0.0.7"
"packageManager": "[email protected]"
}

0 comments on commit 7886310

Please sign in to comment.