Skip to content

Commit 50c816a

Browse files
authored
Merge pull request #306 from NEMStudios/master
v0.14.1 Release
2 parents bf10cd2 + 9f86368 commit 50c816a

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,19 @@ 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.14.1] - 14-Oct-2019
7+
8+
**Milestone**: Fushicho
9+
10+
- Added `Receipt serializer & hash generator` for auditing receipt merkle proof.
11+
- Added `Unresolved (NamespaceId)` support on `MosaicRestriction` and `MosaicMetadata` transactions.
12+
- Fixed `Mosaic array ordering` in `TransferTransaction`.
13+
- Fixed issues in `PersistentDelegationRequestTransaction`.
14+
- Other small fixes from community feedbacks.
15+
616
## [0.14.0] - 08-Oct-2019
717

8-
**Milestone**: Fuschicho
18+
**Milestone**: Fushicho
919

1020
- Added `KeyGenerator` class for generating UInt64 Keys from string.
1121
- Fixed `MosaicAmountView` issue. Now return observable of array.
@@ -222,6 +232,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
222232
**Milestone**: Alpaca
223233

224234
- Initial code release.
235+
[0.14.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.0...v0.14.1
225236
[0.14.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.4...v0.14.0
226237
[0.13.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.3...v0.13.4
227238
[0.13.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.2...v0.13.3

README.md

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

1111
## Important Notes
1212

13-
### _Fuschicho_ Network Compatibility (catapult-server@0.8.0.3)
13+
### _Fushicho_ Network Compatibility (catapult-server@0.8.0.3)
1414

15-
Due to a network upgrade with [catapult-server@fuschicho](https://github.com/nemtech/catapult-server/releases/tag/v0.8.0.3) version, **it is recommended to use this package's 0.14.0 version and upwards to use this package with Fuschicho versioned networks**.
15+
Due to a network upgrade with [catapult-server@Fushicho](https://github.com/nemtech/catapult-server/releases/tag/v0.8.0.3) version, **it is recommended to use this package's 0.14.1 version and upwards to use this package with Fushicho versioned networks**.
1616

1717
### _Elephant_ Network Compatibility (catapult-server@0.7.0.1)
1818

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.14.0",
3+
"version": "0.14.1",
44
"description": "Reactive Nem2 sdk for typescript and javascript",
55
"scripts": {
66
"pretest": "npm run build",

0 commit comments

Comments
 (0)