Skip to content

Commit

Permalink
[release] 20240314
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Mar 14, 2024
1 parent 237968c commit 66f54f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
9 changes: 7 additions & 2 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -59,7 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [3.3.1] - 2023-11-13
### Changed
- Updates to match changes in '@subql/node-core' (#34)
- Updates to match changes in '@subql/node-core' (#34)
- Dictionary service to use dictionary registry
- Use yargs from node core

Expand Down Expand Up @@ -98,7 +102,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- rename `soroban` to `sorobanEndpoint` in network config (#16)

## [2.12.0] - 2023-09-12
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.9.0...HEAD
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.9.1...HEAD
[3.9.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.9.0...node-stellar/3.9.1
[3.9.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.8.1...node-stellar/3.9.0
[3.8.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.8.0...node-stellar/3.8.1
[3.8.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.6.1...node-stellar/3.8.0
Expand Down
5 changes: 2 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-stellar",
"version": "3.9.1-0",
"version": "3.9.1",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -64,6 +64,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.9.0"
]
}

0 comments on commit 66f54f8

Please sign in to comment.