Skip to content

Commit e73b725

Browse files
committed
v0.16.0 release
1 parent be9a36d commit e73b725

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

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

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

6+
## [0.16.0] - 09-Dec-2019
7+
8+
**Milestone**: Fushicho.3
9+
10+
- Added epochAdjustment introduced in catapult-server v0.9.1.1 (Fushicho.3)
11+
- Added `setMaxFee` to `Transaction` which calculate max transaction fee using `feeMultiplier * transaction.size`.
12+
- Optimised `resolveAlias` implementation in transaction using object spread operator.
13+
- Fixed couple of bugs in `blockHttp` and unit tests
14+
615
## [0.15.1] - 06-Dec-2019
716

817
**Milestone**: Fushicho.2
@@ -277,6 +286,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
277286
**Milestone**: Alpaca
278287

279288
- Initial code release.
289+
[0.16.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.15.1...v0.16.0
280290
[0.15.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.15.0...v0.15.1
281291
[0.15.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.4...v0.15.0
282292
[0.14.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.3...v0.14.4

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ with the NEM2 (a.k.a Catapult)
1010

1111
## Important Notes
1212

13-
### _Fushicho_ Network Compatibility ([email protected].0.1)
13+
### _Fushicho_ Network Compatibility ([email protected].1.1)
1414

15-
Due to a network upgrade with [catapult-server@Fushicho](https://github.com/nemtech/catapult-server/releases/tag/v0.9.0.1) version, **it is recommended to use this package's 0.15.1 version and upwards to use this package with Fushicho versioned networks**.
15+
Due to a network upgrade with [catapult-server@Fushicho](https://github.com/nemtech/catapult-server/releases/tag/v0.9.1.1) version, **it is recommended to use this package's 0.16.0 version and upwards to use this package with Fushicho versioned networks**.
1616

17-
The upgrade to this package's [version v0.15.1](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.15.1) is mandatory for **fushicho compatibility**.
17+
The upgrade to this package's [version v0.16.0](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.16.0) is mandatory for **fushicho compatibility**.
1818

1919
### _Elephant_ Network Compatibility ([email protected])
2020

0 commit comments

Comments
 (0)