Skip to content

Commit 65cf70f

Browse files
committed
v0.16.2 release
1 parent 85f3894 commit 65cf70f

File tree

4 files changed

+25
-9
lines changed

4 files changed

+25
-9
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ 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+
## 06-Jan-2020
7+
8+
**Milestone**: Fushicho.3
9+
| Versions | | |
10+
|---|---|---|
11+
| SDK Core| v0.16.2 | https://www.npmjs.com/package/nem2-sdk |
12+
| Catbuffer Library| v0.0.7 | https://www.npmjs.com/package/catbuffer |
13+
| Client Library | v0.7.20-alpha.6 | https://www.npmjs.com/package/nem2-sdk-openapi-typescript-node-client |
14+
15+
- Refactored to replace generated codes by public library package for both `Catbuffer` and `OpenAPI Http Client`.
16+
- Added unresolved (mosaicId, address) support in `MosaicRestrictionTransaction`.
17+
- Added `toHex()` in `MosaicNonce` class.
18+
- Exposed `MultisigAccountGraphInfo` class constructor to public.
19+
- Fixed `transaction status` issue in both `Http` and `Websocket` due to schema update.
20+
621
## [0.16.1] - 23-Dec-2019
722

823
**Milestone**: Fushicho.3
@@ -302,6 +317,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
302317
**Milestone**: Alpaca
303318

304319
- Initial code release.
320+
[0.16.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.16.1...v0.16.2
305321
[0.16.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.16.0...v0.16.1
306322
[0.16.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.15.1...v0.16.0
307323
[0.15.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.15.0...v0.15.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ with the NEM2 (a.k.a Catapult)
1212

1313
### _Fushicho_ Network Compatibility ([email protected])
1414

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.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.2 version and upwards to use this package with Fushicho versioned networks**.
1616

1717
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

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
},
5959
"dependencies": {
6060
"bluebird": "^3.5.5",
61-
"catbuffer": "0.0.6-SNAPSHOT",
62-
"nem2-sdk-openapi-typescript-node-client": "0.7.2-0.6.1",
61+
"catbuffer": "0.0.7",
62+
"nem2-sdk-openapi-typescript-node-client": "0.7.20-alpha.6",
6363
"crypto-js": "^3.1.9-1",
6464
"js-joda": "^1.6.2",
6565
"js-sha256": "^0.9.0",

0 commit comments

Comments
 (0)