@subql/node-stellar 3.3.1-1 → 3.3.2-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,8 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+
9
+ ## [3.3.1] - 2023-11-13
8
10
  ### Changed
9
- - Updates to match changes in `@subql/node-core` (#34)
11
+ - Updates to match changes in
10
12
  - Dictionary service to use dictionary registry
11
13
  - Use yargs from node core
12
14
 
@@ -45,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
45
47
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
46
48
 
47
49
  ## [2.12.0] - 2023-09-12
48
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.3.0...HEAD
50
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.3.1...HEAD
51
+ [3.3.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.3.0...node-stellar/3.3.1
49
52
  [3.3.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.1.0...node-stellar/3.3.0
50
53
  [3.1.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.0.2...node-stellar/3.1.0
51
54
  [3.0.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.0.1...node-stellar/3.0.2