Skip to content

Commit 7667b28

Browse files
preapre v0.0.3-beta.4
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
1 parent 7124f37 commit 7667b28

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# v0.0.3-beta.4
2+
3+
## Fixed
4+
- remove .inlcudes function ([commit](https://github.com/clightning4j/ln-dashboard/commit/7124f37001c538904cac613419d7feea1120ebce)). @gautamjajoo 12-08-2022
5+
- component is not a valid JSX element ([commit](https://github.com/clightning4j/ln-dashboard/commit/c1f8913017243ed0035de93d81a0dd419c231be1)). @gautamjajoo 10-08-2022
6+
7+
## Added
8+
- Add metrics error page ([commit](https://github.com/clightning4j/ln-dashboard/commit/18871a6bc3d45238f72cf33c902792ecd3970add)). @gautamjajoo 11-08-2022
9+
- Add last update in the metrics view ([commit](https://github.com/clightning4j/ln-dashboard/commit/2b2920364046437e87098de0b95c133342c5664c)). @gautamjajoo 10-08-2022
10+
11+
112
# v0.0.3-beta.3
213

314
## Added

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.3",
3+
"version": "v0.0.3-beta.4",
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.3",
3+
"version": "0.3.0-beta.4",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)