@subql/node-algorand 4.0.0 → 4.0.3-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 +13 -1
- package/dist/.tsbuildinfo +1 -1
- package/package.json +7 -6
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,16 @@ 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
|
+
### Changed
|
|
9
|
+
- Update `@subql/common` and `@subql/node-core` (#154)
|
|
10
|
+
|
|
11
|
+
## [4.0.2] - 2025-05-01
|
|
12
|
+
### Changed
|
|
13
|
+
- Re release of previously failed release
|
|
14
|
+
|
|
15
|
+
## [4.0.1] - 2025-05-01
|
|
16
|
+
### Changed
|
|
17
|
+
- Update `@subql/node-core` with workers performance fix
|
|
8
18
|
|
|
9
19
|
## [4.0.0] - 2025-04-28
|
|
10
20
|
### Changed
|
|
@@ -300,7 +310,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
300
310
|
- Synced latest changes from main repo. (#10)
|
|
301
311
|
|
|
302
312
|
## [1.6.0] - 2022-08-04
|
|
303
|
-
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.
|
|
313
|
+
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.2...HEAD
|
|
314
|
+
[4.0.2]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.1...node-algorand/4.0.2
|
|
315
|
+
[4.0.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.0...node-algorand/4.0.1
|
|
304
316
|
[4.0.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.17.0...node-algorand/4.0.0
|
|
305
317
|
[3.17.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.16.0...node-algorand/3.17.0
|
|
306
318
|
[3.16.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.15.1...node-algorand/3.16.0
|