From 97d6e828b33722008719d6ea531741af46a9cbc2 Mon Sep 17 00:00:00 2001 From: Steven Liu Date: Fri, 18 Oct 2019 20:30:12 +0100 Subject: [PATCH 1/2] v0.14.3 release --- CHANGELOG.md | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d323713b90..a9ab441649 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ 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.3] - 18-Oct-2019 + +**Milestone**: Fushicho + +- Fixed `MetadataTransactionSercie` value delta issue. + ## [0.14.2] - 18-Oct-2019 **Milestone**: Fushicho @@ -239,6 +245,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e **Milestone**: Alpaca - Initial code release. +[0.14.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.2...v0.14.3 [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 diff --git a/README.md b/README.md index 6768255d0a..373893f229 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.2 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.3 version and upwards to use this package with Fushicho versioned networks**. ### _Elephant_ Network Compatibility (catapult-server@0.7.0.1) From c6f83810eba4555f4ea1abe39faa31694c27354d Mon Sep 17 00:00:00 2001 From: Steven Liu Date: Fri, 18 Oct 2019 20:31:01 +0100 Subject: [PATCH 2/2] v0.14.3 MetadataTransactionSercie issue fix --- 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 530bf02ab8..53f3422e7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nem2-sdk", - "version": "0.14.2", + "version": "0.14.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a55cd2a97a..dd02a8d7b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nem2-sdk", - "version": "0.14.2", + "version": "0.14.3", "description": "Reactive Nem2 sdk for typescript and javascript", "scripts": { "pretest": "npm run build",