Skip to content

Commit 71e41cd

Browse files
authored
Merge pull request #214 from rg911/master
V0.13.1: RXJS upgrade and other small fixes
2 parents 3256618 + 708d317 commit 71e41cd

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ 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.13.1] - 26-Jul-2019
7+
8+
**Milestone**: Elephant
9+
10+
- Added Mosaic Restriction (New models and transactions)
11+
- Fixed RXJS compatibility issue (after run `npm update`)
12+
- Fixed `signTransactionGivenSignatures` signature not verified issue
13+
- Fixed version texts in Readme.md
14+
615
## [0.13.0] - 03-Jul-2019
716

817
**Milestone**: Elephant
@@ -152,6 +161,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
152161
**Milestone**: Alpaca
153162

154163
- Initial code release.
164+
[0.13.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.0...v0.13.1
155165
[0.13.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.4...v0.13.0
156166
[0.12.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.3...v0.12.4
157167
[0.12.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.2...v0.12.3

README.md

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

1313
### _Elephant_ Network Compatibility (catapult-server@0.5.0.1)
1414

15-
Due to a network upgrade with [catapult-server@elephant](https://github.com/nemtech/catapult-server/releases/tag/v0.5.0.1) version, **it is recommended to use this package's 0.13.0 version and upwards to use this package with Elephant versioned networks**.
15+
Due to a network upgrade with [catapult-server@elephant](https://github.com/nemtech/catapult-server/releases/tag/v0.5.0.1) version, **it is recommended to use this package's 0.13.1 version and upwards to use this package with Elephant versioned networks**.
1616

17-
The upgrade to this package's [version v0.13.0](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.13.0) is mandatory for **elephant compatibility**.
17+
The upgrade to this package's [version v0.13.1](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.13.1) is mandatory for **elephant compatibility**.
1818

1919
### _Dragon_ Network Compatibility (catapult-server@0.4.0.1)
2020

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
{
22
"name": "nem2-sdk",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "Reactive Nem2 sdk for typescript and javascript",
55
"scripts": {
66
"pretest": "npm run build",

0 commit comments

Comments
 (0)