Skip to content

Commit

Permalink
docs: repapre release
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Aug 21, 2022
1 parent 962c073 commit 182faa8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v0.0.3-beta.7

## Fixed
- remove box shadow from the snackbar ([commit](https://github.com/clightning4j/ln-dashboard/commit/962c073274e0e5e3f724b455493b26eaff58d9bf)). @gautamjajoo 20-08-2022
- catch the exception in the ping API ([commit](https://github.com/clightning4j/ln-dashboard/commit/2a244c5548d4e0f5dd0fddca9fb118ab171a1ffa)). @vincenzopalazzo 19-08-2022

## Added
- refactor code ([commit](https://github.com/clightning4j/ln-dashboard/commit/c5ad97468198a242b233ef5a2afa60b2a64224cb)). @gautamjajoo 20-08-2022


# v0.0.3-beta.6

## Added
Expand Down
2 changes: 1 addition & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package_name": "ln-dashboard",
"version": "v0.0.3-beta.6",
"version": "v0.0.3-beta.7",
"api": {
"name": "github",
"repository": "clightning4j/ln-dashboard",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ln-dashboard",
"version": "0.3.0-beta.6",
"version": "0.3.0-beta.7",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 182faa8

Please sign in to comment.