Skip to content

Commit e94b4c9

Browse files
author
nduchak
committed
Adjust version to 2.2.1-next
Adjust `changelog`
1 parent e5e7f41 commit e94b4c9

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
All notable changes to this project will be documented in this file. This change
33
log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
44

5+
## [2.2.1-next]
6+
### Added
7+
- Add `deserialization` schema for `Channel` transaction's(`channelCreate`, `channelCloseMutual`, `channelDeposit`, `channelWithdraw`, `channelSettle`)
8+
9+
### Changed
10+
- Change Channel `legacy` API to `JSON RPC`
11+
12+
### Removed
13+
- none
14+
15+
### Breaking Changes
16+
- none
17+
18+
### Notes and known Issues
19+
20+
21+
522
## [2.1.1-0.1.0-next]
623
### Added
724
- none
@@ -464,3 +481,4 @@ log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
464481
[2.0.0]: https://github.com/aeternity/aepp-sdk-js/compare/1.3.2...2.0.0
465482
[2.1.0]: https://github.com/aeternity/aepp-sdk-js/compare/2.0.0...2.1.0
466483
[2.1.1-0.1.0-next]: https://github.com/aeternity/aepp-sdk-js/compare/2.1.0...2.1.1-0.1.0-next
484+
[2.2.1-next]: https://github.com/aeternity/aepp-sdk-js/compare/2.1.1-0.1.0-next...2.2.1-next

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aeternity/aepp-sdk",
3-
"version": "2.1.1-0.1.0-next",
3+
"version": "2.2.1-next",
44
"description": "SDK for the æternity blockchain",
55
"main": "dist/aepp-sdk.js",
66
"browser": "dist/aepp-sdk.browser.js",

0 commit comments

Comments
 (0)