diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 6c85b7cd..cea9c211 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.9.1] - 2024-03-14 +### Changed +- Update `@subql/node-core` to 4.7.2 with graphql comments escaping fix + ## [3.9.0] - 2024-03-06 ### Changed - Update `@subql/node-core` to 7.4.0 @@ -48,7 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.4.0] - 2023-11-13 ### Changed -- Updates to match changes in '@subql/node-core' (#91) +- Updates to match changes in '@subql/node-core' (#91) - Dictionary service to use dictionary registry - Use yargs from node core @@ -216,7 +220,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Synced latest changes from main repo. (#10) ## [1.6.0] - 2022-08-04 -[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.9.0...HEAD +[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.9.1...HEAD +[3.9.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.9.0...node-algorand/3.9.1 [3.9.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.8.1...node-algorand/3.9.0 [3.8.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.8.0...node-algorand/3.8.1 [3.8.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.5.1...node-algorand/3.8.0 diff --git a/packages/node/package.json b/packages/node/package.json index c82d2e16..c7983896 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-algorand", - "version": "3.9.1-0", + "version": "3.9.1", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -27,7 +27,7 @@ "@nestjs/schedule": "^3.0.1", "@subql/common": "^3.4.1", "@subql/common-algorand": "workspace:*", - "@subql/node-core": "^7.4.0", + "@subql/node-core": "^7.4.2", "@subql/types-algorand": "workspace:*", "algosdk": "^2.2.0", "axios": "^1.3.4", @@ -60,6 +60,5 @@ "files": [ "/dist", "/bin" - ], - "stableVersion": "3.9.0" + ] } diff --git a/yarn.lock b/yarn.lock index 34b72e82..449d41ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3085,7 +3085,7 @@ __metadata: "@nestjs/testing": ^9.4.0 "@subql/common": ^3.4.1 "@subql/common-algorand": "workspace:*" - "@subql/node-core": ^7.4.0 + "@subql/node-core": ^7.4.2 "@subql/types-algorand": "workspace:*" "@types/express": ^4.17.13 "@types/jest": ^27.4.0 @@ -3114,9 +3114,9 @@ __metadata: languageName: unknown linkType: soft -"@subql/node-core@npm:^7.4.0": - version: 7.4.0 - resolution: "@subql/node-core@npm:7.4.0" +"@subql/node-core@npm:^7.4.2": + version: 7.4.2 + resolution: "@subql/node-core@npm:7.4.2" dependencies: "@apollo/client": ^3.8.8 "@nestjs/common": ^9.4.0 @@ -3142,7 +3142,7 @@ __metadata: toposort-class: ^1.0.1 vm2: ^3.9.19 yargs: ^16.2.0 - checksum: 2a48a448bfb9501f2298adb4a73a3b53f54de3f6a7b6e468953f9fcbf9ec1431fbe4456df59eb4af4f757d02dc493ea408cf4a504a2bce380662b1014f9c9b59 + checksum: d5115fd8981280821cad28779562282e6f2dd6fa7b7e8d0079142e56320e5748e1149a8db8ccd0e1f9e7d088a0c6ea0c4a2c5738cf5d4209641a66ad67e3781e languageName: node linkType: hard