@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
55The changelog format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
7+ ## 2.0.2 - 7-Oct-2022
8+
9+ ** Milestone** : Symbol Mainnet
10+ Package | Version | Link
11+ ---|---|---
12+ SDK Core| v2.0.2 | [ symbol-sdk] ( https://www.npmjs.com/package/symbol-sdk )
13+ Catbuffer | v1.0.1 | [ catbuffer-typescript] ( https://www.npmjs.com/package/catbuffer-typescript )
14+ Client Library | v1.0.3 | [ symbol-openapi-typescript-fetch-client] ( https://www.npmjs.com/package/symbol-openapi-typescript-fetch-client )
15+
16+ [ Bug] [ #843 ] ( https://github.com/symbol/symbol-sdk-typescript-javascript/pull/843 ) : Handle transaction meta's timestamp and feeMultiplier when value is undefined.
17+
718## 2.0.1 - 30-May-2022
819
920** Milestone** : Symbol Mainnet
@@ -39,7 +50,7 @@ SDK Core| v1.0.3 | [symbol-sdk](https://www.npmjs.com/package/symbol-sdk)
3950Catbuffer | v1.0.1 | [ catbuffer-typescript] ( https://www.npmjs.com/package/catbuffer-typescript )
4051Client Library | v1.0.3 | [ symbol-openapi-typescript-fetch-client] ( https://www.npmjs.com/package/symbol-openapi-typescript-fetch-client )
4152
42- - fix: replaced ` instanceof ` statements. These statements are problematic when npm installs the dependency in multiples modules.
53+ - fix: replaced ` instanceof ` statements. These statements are problematic when npm installs the dependency in multiples modules.
4354- feat: added mosaic revocation support.
4455
4556## [ 1.0.2] - 25-Oct-2021
@@ -53,8 +64,8 @@ Client Library | v1.0.2 | [symbol-openapi-typescript-fetch-client](https://www.n
5364
5465- feat: Multisig multilevel subscription in web listener.
5566- feat: Added Deployment data to ` ServerInfo ` .
56- - fix: Fixed observable pipe in ` TransactionService ` 's announce method.
57- - fix: Allowing plain base32 addresses in rest payloads. Both address formats are supported.
67+ - fix: Fixed observable pipe in ` TransactionService ` 's announce method.
68+ - fix: Allowing plain base32 addresses in rest payloads. Both address formats are supported.
5869- fix: Cosigning from transaction hash only.
5970- fix: Transaction ` signWith ` method broken into smaller methods.
6071- fix: Removed unsued dependencies.
@@ -748,7 +759,7 @@ Client Library | v0.7.20-alpha.6 | [nem2-sdk-openapi-typescript-node-client](ht
748759
749760** Milestone** : Cow
750761
751- - Fixed #125 , maxFee DTO value errors with in-aggregate MosaicSupplyChange and HashLock transactions
762+ - Fixed #125 , maxFee DTO value errors with in-aggregate MosaicSupplyChange and HashLock transactions
752763
753764## [ 0.11.4] - 17-Apr-2019
754765
0 commit comments