Skip to content

Commit 990ca90

Browse files
authored
Merge pull request #311 from NEMStudios/master
v0.14.2 release
2 parents ab0fb0c + 8b48f39 commit 990ca90

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ 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.14.2] - 18-Oct-2019
7+
8+
**Milestone**: Fushicho
9+
10+
- Fixed `Address alias deserialization` issue from catapult-rest dto payload.
11+
- Fixed `MosaicSupplyChangeTransaction` schema mismatch issue.
12+
613
## [0.14.1] - 14-Oct-2019
714

815
**Milestone**: Fushicho
@@ -232,6 +239,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
232239
**Milestone**: Alpaca
233240

234241
- Initial code release.
242+
[0.14.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.1...v0.14.2
235243
[0.14.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.0...v0.14.1
236244
[0.14.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.4...v0.14.0
237245
[0.13.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.3...v0.13.4

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 (catapult-server@0.8.0.3)
1414

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

1717
### _Elephant_ Network Compatibility (catapult-server@0.7.0.1)
1818

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.14.1",
3+
"version": "0.14.2",
44
"description": "Reactive Nem2 sdk for typescript and javascript",
55
"scripts": {
66
"pretest": "npm run build",

0 commit comments

Comments
 (0)