Skip to content

Commit ad75a29

Browse files
authored
0.23.1 release (#755)
* 0.23.1 release node * updated versions
1 parent f102085 commit ad75a29

File tree

4 files changed

+18
-8
lines changed

4 files changed

+18
-8
lines changed

CHANGELOG.md

Lines changed: 12 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.23.1] - 02-Feb-2021
8+
9+
**Milestone**: Catapult-server main(0.10.0.6)
10+
Package | Version | Link
11+
---|---|---
12+
SDK Core| v0.23.1 | [symbol-sdk](https://www.npmjs.com/package/symbol-sdk)
13+
Catbuffer | v0.1.1 | [catbuffer-typescript](https://www.npmjs.com/package/catbuffer-typescript)
14+
Client Library | v0.11.1 | [symbol-openapi-typescript-fetch-client](https://www.npmjs.com/package/symbol-openapi-typescript-fetch-client)
15+
16+
- Added `FromHeight` and `ToHeight` filters in `Receipt` search endpoint.
17+
- Added optional parameter in websocket listener channels to automatically subscribe multisig account for cosigners.
18+
719
## [0.23.0] - 14-Jan-2021
820

921
**Milestone**: Catapult-server main(0.10.0.5)

README.md

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

1010
## Important Notes
1111

12-
### _Catapult-Server_ Network Compatibility (catapult-server@0.10.0.4)
12+
### _Catapult-Server_ Network Compatibility (catapult-server@0.10.0.6)
1313

14-
Due to a network upgrade with [catapult-server](https://github.com/nemtech/catapult-server/releases/tag/v0.10.0.4) version, **it is recommended to use this package's 0.23.0 version and upwards to use this package with Fushicho versioned networks**.
15-
16-
The upgrade to this package's [version v0.23.0](https://github.com/nemtech/symbol-sdk-typescript-javascript/releases/tag/v0.23.0) is mandatory for the latest **_Catapult-Server_ compatibility**.
14+
Symbol network pre-launch [catapult-server](https://github.com/nemtech/catapult-server/releases/tag/v0.10.0.6), **it is recommended to use this package's 0.23.1 version and upwards for the upcoming pre-release versions and final release**.
1715

1816
Find the complete release notes [here](CHANGELOG.md).
1917

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
@@ -113,7 +113,7 @@
113113
"ripemd160": "^2.0.2",
114114
"rxjs": "^6.6.3",
115115
"rxjs-compat": "^6.6.3",
116-
"symbol-openapi-typescript-fetch-client": "0.11.2-SNAPSHOT.202101211547",
116+
"symbol-openapi-typescript-fetch-client": "0.11.2",
117117
"tweetnacl": "^1.0.3",
118118
"ws": "^7.3.1"
119119
},

0 commit comments

Comments
 (0)