Skip to content

Commit efbfa2a

Browse files
committed
0.20.4 release
1 parent ade2753 commit efbfa2a

File tree

4 files changed

+19
-6
lines changed

4 files changed

+19
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [0.20.4] - 29-Jun-2020
8+
9+
**Milestone**: Gorilla.1(0.9.6.2)
10+
Package | Version | Link
11+
---|---|---
12+
SDK Core| v0.20.4 | [symbol-sdk](https://www.npmjs.com/package/symbol-sdk)
13+
Catbuffer | v0.0.21 | [catbuffer-typescript](https://www.npmjs.com/package/catbuffer-typescript)
14+
Client Library | v0.9.3-1 | [symbol-openapi-typescript-fetch-client](https://www.npmjs.com/package/symbol-openapi-typescript-fetch-client)
15+
16+
- Fixed **symbol-openapi-typescript-fetch-client** Typescript 3+ compatibility issue.
17+
- Fixed **window.fetch** default value issue in `RepositoryFactory`.
18+
719
## [0.20.3] - 26-Jun-2020
820

921
**Milestone**: Gorilla.1(0.9.6.2)
@@ -590,6 +602,7 @@ Client Library | v0.7.20-alpha.6 | [nem2-sdk-openapi-typescript-node-client](ht
590602

591603
- Initial code release.
592604

605+
[0.20.4]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.20.3...v0.20.4
593606
[0.20.3]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.20.2...v0.20.3
594607
[0.20.2]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.20.0...v0.20.2
595608
[0.20.0]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.19.2...v0.20.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ The Symbol SDK for TypeScript / JavaScript allows you to develop web, mobile, an
1111

1212
### _Gorilla.1_ Network Compatibility ([email protected])
1313

14-
Due to a network upgrade with [catapult-server@Gorilla](https://github.com/nemtech/catapult-server/releases/tag/v0.9.6.2) version, **it is recommended to use this package's 0.20.3 version and upwards to use this package with Fushicho versioned networks**.
14+
Due to a network upgrade with [catapult-server@Gorilla](https://github.com/nemtech/catapult-server/releases/tag/v0.9.6.2) version, **it is recommended to use this package's 0.20.4 version and upwards to use this package with Fushicho versioned networks**.
1515

16-
The upgrade to this package's [version v0.20.3](https://github.com/nemtech/symbol-sdk-typescript-javascript/releases/tag/v0.20.3) is mandatory for **_Gorilla compatibility**.
16+
The upgrade to this package's [version v0.20.4](https://github.com/nemtech/symbol-sdk-typescript-javascript/releases/tag/v0.20.4) is mandatory for **_Gorilla compatibility**.
1717

1818
Find the complete release notes [here](CHANGELOG.md).
1919

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
@@ -99,7 +99,7 @@
9999
"ripemd160": "^2.0.2",
100100
"rxjs": "^6.5.3",
101101
"rxjs-compat": "^6.5.3",
102-
"symbol-openapi-typescript-fetch-client": "0.9.4-SNAPSHOT.202006281346",
102+
"symbol-openapi-typescript-fetch-client": "0.9.3-1",
103103
"tweetnacl": "^1.0.3",
104104
"utf8": "^3.0.0",
105105
"ws": "^7.2.3"

0 commit comments

Comments
 (0)