From 22da5438c4f2c3fbf8f458b3ffa764c2d858da47 Mon Sep 17 00:00:00 2001 From: yoozo Date: Fri, 20 Sep 2024 13:58:03 +0800 Subject: [PATCH] Package rename @subql/query-subgraph (#15) --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9988551..6349d26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/package.json b/package.json index 0650775..841728c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "query-subgraph", + "name": "@subql/query-subgraph", "version": "0.0.7", "main": "index.js", "bin": {