Skip to content

Commit

Permalink
plugin: prepare v0.0.1-beta.2
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Aug 9, 2022
1 parent 73bf8d1 commit 505385f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/cln_plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.0.1-beta.2

## Fixed
- encode the map with `json.encode` to send the correct fo… ([commit](https://github.com/dart-lightning/lndart.cln/commit/73bf8d153f37f5ab911afad200da086e22bed65a)). @vincenzopalazzo 09-08-2022


## 0.0.1-beta.1

- Initial version.
2 changes: 1 addition & 1 deletion packages/cln_plugin/changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package_name": "plugin",
"version": "v0.0.1-beta.1",
"version": "v0.0.1-beta.2",
"api": {
"name": "github",
"repository": "dart-lightning/lndart.cln",
Expand Down
2 changes: 1 addition & 1 deletion packages/cln_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cln_plugin_api
description: Dart package that provides an easy and comprehensive interface to develop custom plugins for core lightning in the Dart programming environment.
version: 0.0.1-beta.1
version: 0.0.1-beta.2
homepage: https://github.com/dart-lightning/lndart.clightning

environment:
Expand Down

0 comments on commit 505385f

Please sign in to comment.