File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The changelog format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
+ ## 2.0.5 - 15-Mar-2024
8
+
9
+ Package | Version | Link
10
+ ---|---|---
11
+ SDK Core| v2.0.5 | [ 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] [ 853] ( https://github.com/symbol/symbol-sdk-typescript-javascript/pull/853 ) : Fixed encoding of raw messages in TransferTransaction.
16
+
7
17
## 2.0.4 - 7-Mar-2023
8
18
9
19
Package | Version | Link
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " symbol-sdk" ,
3
- "version" : " 2.0.4 " ,
3
+ "version" : " 2.0.5 " ,
4
4
"description" : " Reactive symbol sdk for typescript and javascript" ,
5
5
"scripts" : {
6
6
"pretest" : " npm run build" ,
You can’t perform that action at this time.
0 commit comments