Skip to content

Commit f7d91e7

Browse files
docs: release v0.0.3-beta.6
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent ea30c34 commit f7d91e7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v0.0.3-beta.6
2+
3+
## Added
4+
- implement ping method ([commit](https://github.com/clightning4j/ln-dashboard/commit/ea30c348fa8d846d75a219aebb37281d3a40212a)). @gautamjajoo 18-08-2022
5+
- implement notification system ([commit](https://github.com/clightning4j/ln-dashboard/commit/e3913ddca09b0ecdf52aca3438f6dc937170ab55)). @gautamjajoo 14-08-2022
6+
7+
18
# v0.0.3-beta.5
29

310
## Fixed

changelog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"package_name": "ln-dashboard",
3-
"version": "v0.0.3-beta.5",
3+
"version": "v0.0.3-beta.6",
44
"api": {
55
"name": "github",
66
"repository": "clightning4j/ln-dashboard",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ln-dashboard",
3-
"version": "0.3.0-beta.5",
3+
"version": "0.3.0-beta.6",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)