Skip to content

Commit 6d5e78c

Browse files
committed
[sdk] fix: 2.0.6 changelog and bump version
1 parent de632e9 commit 6d5e78c

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## 2.0.6 - 23-Sept-2025
8+
9+
Package | Version | Link
10+
---|---------|---
11+
SDK Core| v2.0.6 | [symbol-sdk](https://www.npmjs.com/package/symbol-sdk)
12+
Catbuffer | v1.0.2 | [catbuffer-typescript](https://www.npmjs.com/package/catbuffer-typescript)
13+
Client Library | v1.0.3 | [symbol-openapi-typescript-fetch-client](https://www.npmjs.com/package/symbol-openapi-typescript-fetch-client)
14+
15+
- [Bug] Add support for Aggregate transaction V3.
16+
717
## 2.0.5 - 15-Mar-2024
818

919
Package | Version | Link

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "symbol-sdk",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"description": "Reactive symbol sdk for typescript and javascript",
55
"scripts": {
66
"pretest": "npm run build",

0 commit comments

Comments
 (0)