Skip to content

Commit

Permalink
Package rename @subql/query-subgraph (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoozo authored Sep 20, 2024
1 parent 0cae465 commit 22da543
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed
- Package rename @subql/query-subgraph

## [0.0.7] - 2024-09-19
### Fixed
- The issue with the packageManager inconsistency during the Docker build process.
Expand All @@ -26,4 +29,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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
[0.0.4]: https://github.com/subquery/query-subgraph/compare/0.0.1...cli/0.0.4
[0.0.4]: https://github.com/subquery/query-subgraph/compare/0.0.1...0.0.4
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "query-subgraph",
"name": "@subql/query-subgraph",
"version": "0.0.7",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 22da543

Please sign in to comment.