From 802c0391ca2df1601aa17260fb589b7eaad5ce16 Mon Sep 17 00:00:00 2001 From: Greg S Date: Mon, 17 Jun 2019 08:41:02 +0200 Subject: [PATCH 1/2] added 0.12.2 version info --- CHANGELOG.md | 7 +++++++ README.md | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a950f1054..21e683d7cc 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.12.2] - 17-Jun-2019 + +- Removed nem2-library dependency +- Added `infrastructure/model/` with DTOs +- Added `infrastructure/api` with APIs +- Added `infrastructure/buffers` and `infrastructure/schemas` + ## [0.12.1] - 05-Jun-2019 - Fixed alias and modification type field names in Http diff --git a/README.md b/README.md index 177e5fd8a0..1476cdbe0f 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,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.1 version and upwards in order 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.2 version and upwards in order to use this package with Dragon versioned networks**. -The upgrade to this package's [version v0.12.1](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.12.1) is mandatory for **dragon compatibility**. +The upgrade to this package's [version v0.12.2](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.12.2) is mandatory for **dragon compatibility**. ### _Cow_ Network Compatibility (catapult-server@0.3.0.2) @@ -68,7 +68,7 @@ Please, use the following available resources to get help: Important versions listed below. Refer to the [Changelog](CHANGELOG.md) for a full history of the project. -- [0.12.1](CHANGELOG.md#0121-05-Jun-2019) - **Dragon compatible** - 05.06.2019 +- [0.12.2](CHANGELOG.md#0121-05-Jun-2019) - **Dragon compatible** - 17.06.2019 - [0.11.6](CHANGELOG.md#0116-03-Jun-2019) - **Cow compatible** - 03.06.2019 - [0.11.5](CHANGELOG.md#0115-18-Apr-2019) - **Cow compatible** - 18.04.2019 - [0.11.4](CHANGELOG.md#0114-17-Apr-2019) - **Cow compatible** - 17.04.2019 From d974842b30244f26986c697b36143d3c5d1cf6cc Mon Sep 17 00:00:00 2001 From: Greg S Date: Mon, 17 Jun 2019 08:41:50 +0200 Subject: [PATCH 2/2] v0.12.2: removed nem2-library dependency --- 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 4c2ec1ce45..872b63d322 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nem2-sdk", - "version": "0.12.1", + "version": "0.12.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 89b295f6a2..44947cf726 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nem2-sdk", - "version": "0.12.1", + "version": "0.12.2", "description": "Reactive Nem2 sdk for typescript and javascript", "scripts": { "pretest": "npm run build",