From fe8f388f8caaefdf2999c58d36f4fa1531509171 Mon Sep 17 00:00:00 2001 From: Steven Liu Date: Fri, 18 Oct 2019 10:25:04 +0100 Subject: [PATCH 1/2] v0.14.2 release --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49d7fb7cc4..d323713b90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [0.14.2] - 18-Oct-2019 + +**Milestone**: Fushicho + +- Fixed `Address alias deserialization` issue from catapult-rest dto payload. +- Fixed `MosaicSupplyChangeTransaction` schema mismatch issue. + ## [0.14.1] - 14-Oct-2019 **Milestone**: Fushicho @@ -232,6 +239,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e **Milestone**: Alpaca - Initial code release. +[0.14.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.1...v0.14.2 [0.14.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.0...v0.14.1 [0.14.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.4...v0.14.0 [0.13.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.3...v0.13.4 diff --git a/README.md b/README.md index f17aee87a8..6768255d0a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ with the NEM2 (a.k.a Catapult) ### _Fushicho_ Network Compatibility (catapult-server@0.8.0.3) -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**. +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**. ### _Elephant_ Network Compatibility (catapult-server@0.7.0.1) From 8b48f39932d6dc85f7067219842dfe279a60be83 Mon Sep 17 00:00:00 2001 From: Steven Liu Date: Fri, 18 Oct 2019 10:26:13 +0100 Subject: [PATCH 2/2] v0.14.2 AdressAlias and MosaicSupplyChangeTransaction issue fixes --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 34a609846d..530bf02ab8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nem2-sdk", - "version": "0.14.1", + "version": "0.14.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6796dc08aa..a55cd2a97a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nem2-sdk", - "version": "0.14.1", + "version": "0.14.2", "description": "Reactive Nem2 sdk for typescript and javascript", "scripts": { "pretest": "npm run build",