@subql/node-stellar 3.3.1-0 → 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
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [3.3.1] - 2023-11-13
10
+ ### Changed
11
+ - Updates to match changes in
12
+ - Dictionary service to use dictionary registry
13
+ - Use yargs from node core
14
+
9
15
  ## [3.3.0] - 2023-11-06
10
16
  ### Added
11
17
  - With `dictionary-query-size` now dictionary can config the query block range
@@ -41,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
41
47
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
42
48
 
43
49
  ## [2.12.0] - 2023-09-12
44
- [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
45
52
  [3.3.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.1.0...node-stellar/3.3.0
46
53
  [3.1.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.0.2...node-stellar/3.1.0
47
54
  [3.0.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.0.1...node-stellar/3.0.2