diff --git a/CHANGELOG.md b/CHANGELOG.md index e8d4d00a..865a2086 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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/). +## [0.23.0] - 15-Jan-2021 + +:warning: 0.23.0 breaks compatibility with the ``profiles`` (Testnet change) saved using previous versions of the software. +Before installing ``symbol-cli@0.23.0``, backup and delete the file ``~ \.symbolrc.json`` + +### Changed + +- ``symbol-sdk`` dependency to 0.23.0 + + ## [0.22.2] - 12-Jan-2021 ### Changed diff --git a/README.md b/README.md index 8c93c428..4ecfe020 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,13 @@ Command Line Interface (CLI) to interact with Symbol. ## Important Notes +- [0.23.x](CHANGELOG.md#0230-15-Jan-2021) - **0.10.0.x Milestone** - [0.22.x](CHANGELOG.md#0220-06-Oct-2020) - **0.10.0.x Milestone** - [0.21.x](CHANGELOG.md#0211-31-Jul-2020) - **0.9.6.3 Milestone** - [0.20.x](CHANGELOG.md#0201-27-May-2020) - **0.9.5.1 Milestone** -0.21.x breaks compatibility with the ``profiles`` (address format) saved using previous versions of the software. -Before installing ``symbol-cli@0.21.x``, backup and delete the file ``~ \.symbolrc.json``. +0.23.x breaks compatibility with the ``profiles`` (Testnet change) saved using previous versions of the software. +Before installing ``symbol-cli@0.23.x``, backup and delete the file ``~ \.symbolrc.json``. Find the complete release notes [here](CHANGELOG.md). diff --git a/package-lock.json b/package-lock.json index be877737..f02f906f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1129,9 +1129,9 @@ "dev": true }, "catbuffer-typescript": { - "version": "0.0.25", - "resolved": "https://registry.npmjs.org/catbuffer-typescript/-/catbuffer-typescript-0.0.25.tgz", - "integrity": "sha512-ju+46OuI/f9dpvzS6S/oDfLFdT/kDWilKXBe3e4DXGy9bZFtEfmxXBmNyUy4a36JlHKoDDZMq15D+0k+rDWNSg==" + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/catbuffer-typescript/-/catbuffer-typescript-0.1.1.tgz", + "integrity": "sha512-r/z3UKG3YCCdsTEHRXGe3IQxA8OaBRBE31e9du2LOaLStGxYCmxUjfRtJ/DyKfgpS55fJPl3w/VFMnsfwIHmkA==" }, "chai": { "version": "4.2.0", @@ -5104,18 +5104,18 @@ } }, "symbol-openapi-typescript-fetch-client": { - "version": "0.10.5-1", - "resolved": "https://registry.npmjs.org/symbol-openapi-typescript-fetch-client/-/symbol-openapi-typescript-fetch-client-0.10.5-1.tgz", - "integrity": "sha512-LS+Ka7hF+IaxinJjvnykKK05wUySXTeYFv1GOjEgj+vXQxewK/TtWrlx9baCeGs6198GJ2f1nYmykflAlLt9OQ==" + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/symbol-openapi-typescript-fetch-client/-/symbol-openapi-typescript-fetch-client-0.11.1.tgz", + "integrity": "sha512-4YVS4RzKOPv3c2+g0N989mglw53Kd91jEUpjxEltjZBzfoCNPc2cM12Ct1DWZVlnypo23iVOkGCM/mkR7Qflsw==" }, "symbol-sdk": { - "version": "0.22.2", - "resolved": "https://registry.npmjs.org/symbol-sdk/-/symbol-sdk-0.22.2.tgz", - "integrity": "sha512-NQWP3fBtDNfqwU7wEB46fUt7sqckyjjVTjldDpK6Y9KE1sLvYFoM81OrKNnn3MjaZMe65lY0MytyRSSiMEqR/w==", + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/symbol-sdk/-/symbol-sdk-0.23.0.tgz", + "integrity": "sha512-rYqy2f+omwZC7JUXznR2timoEnUkC/OZIEh8mBW/zyrKrMpseZdL/YTIq6Ht11TKolBPib2J5f5H1n33a+sYng==", "requires": { "@js-joda/core": "^3.2.0", "bluebird": "^3.7.2", - "catbuffer-typescript": "0.0.25", + "catbuffer-typescript": "0.1.1", "crypto-js": "^4.0.0", "diff": "^4.0.2", "futoin-hkdf": "^1.3.2", @@ -5129,7 +5129,7 @@ "ripemd160": "^2.0.2", "rxjs": "^6.6.3", "rxjs-compat": "^6.6.3", - "symbol-openapi-typescript-fetch-client": "0.10.5-1", + "symbol-openapi-typescript-fetch-client": "0.11.1", "tweetnacl": "^1.0.3", "ws": "^7.3.1" } @@ -5745,9 +5745,9 @@ } }, "ws": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.1.tgz", - "integrity": "sha512-pTsP8UAfhy3sk1lSk/O/s4tjD0CRwvMnzvwr4OKGX7ZvqZtUyx4KIJB5JWbkykPoc55tixMGgTNoh3k4FkNGFQ==" + "version": "7.4.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.2.tgz", + "integrity": "sha512-T4tewALS3+qsrpGI/8dqNMLIVdq/g/85U98HPMa6F0m6xTbvhXU6RCQLqPH3+SlomNV/LdY6RXEbBpMH6EOJnA==" }, "xdg-basedir": { "version": "4.0.0", diff --git a/package.json b/package.json index 9ab49210..bf208966 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "symbol-cli", - "version": "0.22.3", + "version": "0.23.0", "description": "Command Line Interface (CLI) to interact with Symbol", "main": "index.js", "scripts": { @@ -42,7 +42,7 @@ "prompts": "^2.1.0", "rxjs": "^6.6.3", "symbol-hd-wallets": "0.14.0", - "symbol-sdk": "0.22.2", + "symbol-sdk": "0.23.0", "symbol-uri-scheme": "0.6.0", "update-notifier": "^4.1.0", "utf8": "^3.0.0"