mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 14:22:33 +01:00
chore(release): 0.13.16
This commit is contained in:
parent
383ebeffb7
commit
c97826cc76
3 changed files with 22 additions and 3 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -2,6 +2,25 @@
|
|||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
### [0.13.16](https://github.com/apotdevin/thunderhub/compare/v0.13.15...v0.13.16) (2022-09-13)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* balances ([#476](https://github.com/apotdevin/thunderhub/issues/476)) ([29fb50a](https://github.com/apotdevin/thunderhub/commit/29fb50ab7ead26946ef01ef7e945b884d0daf85d))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* import error ([383ebef](https://github.com/apotdevin/thunderhub/commit/383ebeffb782874a76efd8593da624ac69dab50e))
|
||||
|
||||
|
||||
### Improvements
|
||||
|
||||
* bump deps ([#481](https://github.com/apotdevin/thunderhub/issues/481)) ([8778158](https://github.com/apotdevin/thunderhub/commit/87781588cdbc9e4eae6fa2f7ebc1c0b003beaa35))
|
||||
* disable peer reconnection cron ([334dafb](https://github.com/apotdevin/thunderhub/commit/334dafb68434bd0f6e979e48203cca2f333a08c3))
|
||||
* new view ([e2065e1](https://github.com/apotdevin/thunderhub/commit/e2065e1c888508ea780fdb7a6abcbf36532ee11c))
|
||||
|
||||
### [0.13.15](https://github.com/apotdevin/thunderhub/compare/v0.13.14...v0.13.15) (2022-07-28)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "thunderhub",
|
||||
"version": "0.13.15",
|
||||
"version": "0.13.16",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "thunderhub",
|
||||
"version": "0.13.15",
|
||||
"version": "0.13.16",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.6.9",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "thunderhub",
|
||||
"version": "0.13.15",
|
||||
"version": "0.13.16",
|
||||
"description": "Lightning Node Manager",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
|
Loading…
Add table
Reference in a new issue