From 4ee609d8b39286c6e89d81427f1c495638da943d Mon Sep 17 00:00:00 2001 From: Greg S Date: Wed, 3 Jul 2019 12:08:02 +0200 Subject: [PATCH 1/2] added info for v0.12.4 --- CHANGELOG.md | 9 +++++++++ README.md | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2694a6921d..6323684b57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ 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.12.4] - 03-Jul-2019 + +**Milestone**: Dragon + +- Added export for Sha3Hasher +- Added export for nacl_catapult +- Added changelog milestone attribution + ## [0.12.3] - 20-Jun-2019 **Milestone**: Dragon @@ -136,6 +144,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e - Initial code release. +[0.12.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.3...v0.12.4 [0.12.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.2...v0.12.3 [0.12.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.1...v0.12.2 [0.12.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.0...v0.12.1 diff --git a/README.md b/README.md index 35ee25e2ee..ccca71cc60 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ with the NEM2 (a.k.a Catapult) ### _Dragon_ Network Compatibility (catapult-server@0.4.0.1) -Due to a network upgrade with [catapult-server@dragon](https://github.com/nemtech/catapult-server/releases/tag/v0.4.0.1) version, **it is recommended to use this package's 0.12.3 version and upwards to use this package with Dragon versioned networks**. +Due to a network upgrade with [catapult-server@dragon](https://github.com/nemtech/catapult-server/releases/tag/v0.4.0.1) version, **it is recommended to use this package's 0.12.4 version and upwards to use this package with Dragon versioned networks**. -The upgrade to this package's [version v0.12.3](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.12.3) is mandatory for **dragon compatibility**. +The upgrade to this package's [version v0.12.4](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.12.4) is mandatory for **dragon compatibility**. ### _Cow_ Network Compatibility (catapult-server@0.3.0.2) From f43e804590b1a2baa96dd46a9ad00f7e6cf5bdea Mon Sep 17 00:00:00 2001 From: Greg S Date: Wed, 3 Jul 2019 12:09:14 +0200 Subject: [PATCH 2/2] v0.12.4: Added export for Sha3Hasher and nacl_catapult --- 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 2ce0ef66c3..82520485e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nem2-sdk", - "version": "0.12.3", + "version": "0.12.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2d65511ed6..f58619397c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nem2-sdk", - "version": "0.12.3", + "version": "0.12.4", "description": "Reactive Nem2 sdk for typescript and javascript", "scripts": { "pretest": "npm run build",