Skip to content

Commit 802c039

Browse files
author
Greg S
committed
added 0.12.2 version info
1 parent 14d3f60 commit 802c039

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 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.12.2] - 17-Jun-2019
7+
8+
- Removed nem2-library dependency
9+
- Added `infrastructure/model/` with DTOs
10+
- Added `infrastructure/api` with APIs
11+
- Added `infrastructure/buffers` and `infrastructure/schemas`
12+
613
## [0.12.1] - 05-Jun-2019
714

815
- Fixed alias and modification type field names in Http

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ with the NEM2 (a.k.a Catapult)
1313

1414
### _Dragon_ Network Compatibility (catapult-server@0.4.0.1)
1515

16-
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**.
16+
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**.
1717

18-
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**.
18+
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**.
1919

2020
### _Cow_ Network Compatibility (catapult-server@0.3.0.2)
2121

@@ -68,7 +68,7 @@ Please, use the following available resources to get help:
6868

6969
Important versions listed below. Refer to the [Changelog](CHANGELOG.md) for a full history of the project.
7070

71-
- [0.12.1](CHANGELOG.md#0121-05-Jun-2019) - **Dragon compatible** - 05.06.2019
71+
- [0.12.2](CHANGELOG.md#0121-05-Jun-2019) - **Dragon compatible** - 17.06.2019
7272
- [0.11.6](CHANGELOG.md#0116-03-Jun-2019) - **Cow compatible** - 03.06.2019
7373
- [0.11.5](CHANGELOG.md#0115-18-Apr-2019) - **Cow compatible** - 18.04.2019
7474
- [0.11.4](CHANGELOG.md#0114-17-Apr-2019) - **Cow compatible** - 17.04.2019

0 commit comments

Comments
 (0)