Skip to content

Commit f85fd8a

Browse files
author
Baha
committed
prep for release v2.0.0, updated CHANGELOG.md
1 parent 89d73f1 commit f85fd8a

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@ 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-
## [1.0.4] - NEXY
7+
## [2.0.0] - 01-Mar-2022
88

99
**Milestone**: Symbol Mainnet
1010
Package | Version | Link
1111
---|---|---
12-
SDK Core| v1.0.4 | [symbol-sdk](https://www.npmjs.com/package/symbol-sdk)
12+
SDK Core| v2.0.0 | [symbol-sdk](https://www.npmjs.com/package/symbol-sdk)
1313
Catbuffer | v1.0.1 | [catbuffer-typescript](https://www.npmjs.com/package/catbuffer-typescript)
1414
Client Library | v1.0.3 | [symbol-openapi-typescript-fetch-client](https://www.npmjs.com/package/symbol-openapi-typescript-fetch-client)
1515

16+
- **[BREAKING CHANGE]** The type of `value` field in `AccountMetadataTransaction`, `MosaicMetadataTransaction`, `NamespaceMetadataTransaction` classes is changed from `string` to `Uint8Array`.
17+
- fix: Fixed metadata value non-ascii utf8 encoding issue [#834](https://github.com/symbol/symbol-sdk-typescript-javascript/issues/834)
1618
- fix: Upgraded Node to 12.22.1.
1719
- fix: Upgraded typescript to 4.5.4.
1820
- fix: Upgraded RXJS to 7.4.0.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "symbol-sdk",
3-
"version": "1.0.4",
3+
"version": "2.0.0",
44
"description": "Reactive symbol sdk for typescript and javascript",
55
"scripts": {
66
"pretest": "npm run build",
@@ -74,7 +74,7 @@
7474
"@typescript-eslint/eslint-plugin": "^5.0.0",
7575
"@typescript-eslint/parser": "^5.0.0",
7676
"assert": "^1.5.0",
77-
"chai": "^4.2.0",
77+
"chai": "^4.2.0",
7878
"coveralls": "^3.1.0",
7979
"create-ts-index": "^1.13.6",
8080
"eslint": "^8.0.1",

0 commit comments

Comments
 (0)