Skip to content

Commit 12eb5a2

Browse files
author
Grégory Saive
authored
Merge pull request #155 from rg911/master
v0.11.6 version fixed for cow compatibility
2 parents 2fe7cb2 + d7699b1 commit 12eb5a2

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ 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.11.6] - 03-Jun-2019
7+
8+
- Version lock for cow compatibility
9+
- Fixed #150, AccountHttp.transactions outputs aggregate transactions supplementary data
10+
611
## [0.11.5] - 18-Apr-2019
712

813
- Fixed #125, maxFee DTO value errors with in-aggregate MosaicSupplyChange and HashLock transactions

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Please, use the following available resources to get help:
5555

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

58+
- [0.11.6](CHANGELOG.md#0116-03-Jun-2019) - **Cow compatible** - 03.06.2019
5859
- [0.11.5](CHANGELOG.md#0115-18-Apr-2019) - **Cow compatible** - 18.04.2019
5960
- [0.11.4](CHANGELOG.md#0114-17-Apr-2019) - **Cow compatible** - 17.04.2019
6061
- [0.11.3](CHANGELOG.md#0113-10-Apr-2019) - **Cow compatible** - 10.04.2019

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@types/crypto-js": "^3.1.43",
6060
"crypto-js": "^3.1.9-1",
6161
"js-joda": "^1.6.2",
62-
"nem2-library": "0.9.18",
62+
"nem2-library": "0.9.19",
6363
"request": "^2.83.0",
6464
"request-promise-native": "^1.0.5",
6565
"rxjs": "^6.2.1",

0 commit comments

Comments
 (0)