Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Commit

Permalink
prepare release v_0.23.0 (#346)
Browse files Browse the repository at this point in the history
Co-authored-by: Baha <[email protected]>
  • Loading branch information
yilmazbahadir and Baha authored Jan 15, 2021
1 parent 78807e2 commit 6fa113b
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 18 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ``[email protected]``, backup and delete the file ``~ \.symbolrc.json``

### Changed

- ``symbol-sdk`` dependency to 0.23.0


## [0.22.2] - 12-Jan-2021

### Changed
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 6fa113b

Please sign in to comment.