Skip to content

Commit 55e5355

Browse files
committed
Updated lib version to 0.10.1
1 parent 97d5ac0 commit 55e5355

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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.0] - 03-Jun-2019
6+
## [0.12.0] - 04-Jun-2019
77

88
- Added 'Receipt'
99
- Added 'generationHash' to transaction.sign(...) to prevent transactions from being replayed on different networks by prepending the network generation hash to transaction data prior to signing and verifying.

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ with the NEM2 (a.k.a Catapult)
1010

1111
## Important Notes
1212

13+
### Dragon Network Compatibility ([email protected])
14+
15+
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.10.0 version and upwards in order to use this package with Dragon versioned networks**.
16+
1317
The upgrade to this SDK's [version v0.12.0](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.12.0) is mandatory for **dragon compatibility**.
1418

1519
[version v0.11.6](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.11.6) is the latest locked version for **cow compatibility**.
@@ -42,7 +46,7 @@ The release notes for the nem2-sdk can be found [here](CHANGELOG.md).
4246

4347
## Contributing
4448

45-
This project is developed and maintained by NEM Foundation. Contributions are welcome and appreciated. You can find [nem2-sdk on GitHub][self];
49+
This project is developed and maintained by NEM Foundation. Contributions are welcome and appreciated. You can find [nem2-sdk on GitHub][self];
4650
Feel free to start an issue or create a pull request. Check [CONTRIBUTING](CONTRIBUTING.md) before start.
4751

4852
## Getting help
@@ -57,7 +61,7 @@ Please, use the following available resources to get help:
5761

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

60-
- [0.12.0](CHANGELOG.md#0120-03-Jun-2019) - **Dragon compatible** - 03.06.2019
64+
- [0.12.0](CHANGELOG.md#0120-04-Jun-2019) - **Dragon compatible** - 04.06.2019
6165
- [0.11.6](CHANGELOG.md#0116-03-Jun-2019) - **Cow compatible** - 03.06.2019
6266
- [0.11.5](CHANGELOG.md#0115-18-Apr-2019) - **Cow compatible** - 18.04.2019
6367
- [0.11.4](CHANGELOG.md#0114-17-Apr-2019) - **Cow compatible** - 17.04.2019

package-lock.json

Lines changed: 3 additions & 3 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.10.0",
62+
"nem2-library": "0.10.1",
6363
"request": "^2.83.0",
6464
"request-promise-native": "^1.0.5",
6565
"rxjs": "^6.2.1",

0 commit comments

Comments
 (0)