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