Skip to content

Commit 2aa03fe

Browse files
committed
[release] 20251105
1 parent 439858c commit 2aa03fe

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

packages/common-algorand/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [4.4.5] - 2025-11-05
810
### Changed
911
- Update `@subql/common` (#161)
12+
- Update `@subql/common`
1013

1114
## [4.4.4] - 2025-11-03
1215
### Changed
@@ -147,7 +150,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
147150
- Fixed `assetId` on transaction filter being validated as a string. (#9)
148151

149152
## [1.0.0] - 2022-08-04
150-
[Unreleased]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.4.4...HEAD
153+
[Unreleased]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.4.5...HEAD
154+
[4.4.5]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.4.4...common-algorand/4.4.5
151155
[4.4.4]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.4.3...common-algorand/4.4.4
152156
[4.4.3]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.4.2...common-algorand/4.4.3
153157
[4.4.2]: https://github.com/subquery/subql-algorand/compare/common-algorand/4.4.1...common-algorand/4.4.2

packages/common-algorand/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subql/common-algorand",
3-
"version": "4.4.4",
3+
"version": "4.4.5",
44
"description": "",
55
"scripts": {
66
"build": "rm -rf dist && tsc -b",

packages/node/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [4.0.5] - 2025-11-05
810
### Changed
911
- Update `@subql/common`, `@subql/node-core` (#161)
12+
- Update `@subql/common`, `@subql/node-core`
1013

1114
## [4.0.4] - 2025-11-03
1215
### Changed
@@ -318,7 +321,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
318321
- Synced latest changes from main repo. (#10)
319322

320323
## [1.6.0] - 2022-08-04
321-
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.4...HEAD
324+
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.5...HEAD
325+
[4.0.5]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.4...node-algorand/4.0.5
322326
[4.0.4]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.3...node-algorand/4.0.4
323327
[4.0.3]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.2...node-algorand/4.0.3
324328
[4.0.2]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.1...node-algorand/4.0.2

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subql/node-algorand",
3-
"version": "4.0.4",
3+
"version": "4.0.5",
44
"description": "",
55
"author": "Ian He",
66
"license": "GPL-3.0",

0 commit comments

Comments
 (0)