Skip to content

Commit d55f47e

Browse files
rpc: prepare release v0.0.2-bata.3
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent 8d2aaf8 commit d55f47e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

packages/rpc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v0.0.2-beta.3
2+
3+
## Added
4+
- throw exception when cln returns an error ([commit](https://github.com/dart-lightning/lndart.cln/commit/8d2aaf81a969ef0058af4178864219cbc05c796d)). @swaptr 07-08-2022
5+
6+
17
# v0.0.2-beta.2
28

39
## Fixed

packages/rpc/changelog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"package_name": "rpc",
3-
"version": "v0.0.2-beta.2",
3+
"version": "v0.0.2-beta.3",
44
"api": {
55
"name": "github",
66
"repository": "dart-lightning/lndart.cln",

packages/rpc/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: clightning_rpc
22
description: Generic and Fast way to have your app connected with core lightning with dart and Unix socket
3-
version: 0.0.2-beta.2
3+
version: 0.0.2-beta.3
44
homepage: https://github.com/dart-lightning/lndart.clightning
55

66
environment:

0 commit comments

Comments
 (0)