Skip to content

Commit b897483

Browse files
authored
Merge pull request #436 from NEMStudios/master
v0.16.5 release
2 parents f6f62c0 + 23d3a57 commit b897483

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
55

66
## 30-Jan-2020
77

8+
**Milestone**: Fushicho.4(RC3)
9+
Versions | |
10+
---|---|---
11+
SDK Core| v0.16.5 | https://www.npmjs.com/package/nem2-sdk
12+
Catbuffer Library| v0.0.11 | https://www.npmjs.com/package/catbuffer
13+
Client Library | v0.7.20-beta.7 | https://www.npmjs.com/package/nem2-sdk-openapi-typescript-node-client
14+
15+
- Fixed circular reference issue after removed `InnerTransaction` class.
16+
17+
## 30-Jan-2020
18+
819
**Milestone**: Fushicho.4(RC3)
920
Versions | |
1021
---|---|---
@@ -346,6 +357,7 @@ Client Library | v0.7.20-alpha.6 | https://www.npmjs.com/package/nem2-sdk-opena
346357
**Milestone**: Alpaca
347358

348359
- Initial code release.
360+
[0.16.5]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.16.4...v0.16.5
349361
[0.16.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.16.3...v0.16.4
350362
[0.16.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.16.2...v0.16.3
351363
[0.16.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.16.1...v0.16.2

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ with the NEM2 (a.k.a Catapult)
1212

1313
### _Fushicho_ Network Compatibility (catapult-server@0.9.2.1)
1414

15-
Due to a network upgrade with [catapult-server@Fushicho](https://github.com/nemtech/catapult-server/releases/tag/v0.9.2.1) version, **it is recommended to use this package's 0.16.4 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.2.1) version, **it is recommended to use this package's 0.16.5 version and upwards to use this package with Fushicho versioned networks**.
1616

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

1919
### _Elephant_ Network Compatibility (catapult-server@0.7.0.1)
2020

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "nem2-sdk",
3-
"version": "0.16.4",
3+
"version": "0.16.5",
44
"description": "Reactive Nem2 sdk for typescript and javascript",
55
"scripts": {
66
"pretest": "npm run build",

0 commit comments

Comments
 (0)