Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.

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

## [1.0.1] - 24-May-2021

**Milestone**: Symbol Mainnet
Package | Version | Link
---|---|---
SDK Core| v1.0.1 | [symbol-sdk](https://www.npmjs.com/package/symbol-sdk)
Catbuffer | v1.0.0 | [catbuffer-typescript](https://www.npmjs.com/package/catbuffer-typescript)
Client Library | v1.0.0 | [symbol-openapi-typescript-fetch-client](https://www.npmjs.com/package/symbol-openapi-typescript-fetch-client)

- Fixed missing `utf-8` dependancy issue.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Fixed missing `utf-8` dependancy issue.
- Fixed missing `utf-8` dependency issue.

- Fixed `UnhandledPromiseRejection` issue in http repository.

## [1.0.0] - 13-Mar-2021

**Milestone**: Symbol Mainnet
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The Symbol SDK for TypeScript / JavaScript allows you to develop web, mobile, an

### _Catapult-Server_ Network Compatibility (catapult-server@0.10.0.8)

Symbol network pre-launch [catapult-server](https://github.com/nemtech/catapult-server/releases/tag/v0.10.0.8), **it is recommended to use this package's 0.23.3 version and upwards for the upcoming pre-release versions and final release**.
Symbol network launched [catapult-server](https://github.com/nemtech/catapult-server/releases/tag/v1.0.00), **it is recommended to use this package's 1.0.0 version and upwards for the upcoming pre-release versions and final release**.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Symbol network launched catapult-server, it is recommended to use this package's 1.0.0.0 version and upwards for the upcoming pre-release versions and final release.

1.0.0.0 may change, I've asked the new version


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

Expand Down
Loading