chore(master): release 0.18.4 (#766)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2026-05-28 21:29:02 -06:00 committed by GitHub
parent 6616f2a19c
commit 3020a6ec99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 4 deletions

View file

@ -1,3 +1,3 @@
{
".": "0.18.3"
".": "0.18.4"
}

View file

@ -2,6 +2,14 @@
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.18.4](https://github.com/apotdevin/thunderhub/compare/v0.18.3...v0.18.4) (2026-05-29)
### Bug Fixes
* **assets:** add native display formatting to trading distribution view [AMB-2611] ([#765](https://github.com/apotdevin/thunderhub/issues/765)) ([42a4501](https://github.com/apotdevin/thunderhub/commit/42a4501059c421f7177e51f1d3d864b97c87922f))
* update buy execution path to not build a route with too little final CLTV headroom ([#764](https://github.com/apotdevin/thunderhub/issues/764)) ([6616f2a](https://github.com/apotdevin/thunderhub/commit/6616f2a19cf92c82169a47207a5b51e75cd4acab))
## [0.18.3](https://github.com/apotdevin/thunderhub/compare/v0.18.2...v0.18.3) (2026-05-15)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "thunderhub",
"version": "0.18.3",
"version": "0.18.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "thunderhub",
"version": "0.18.3",
"version": "0.18.4",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "thunderhub",
"version": "0.18.3",
"version": "0.18.4",
"description": "Lightning Node Manager - Monitor and manage your node from any browser and any device.",
"homepage": "https://thunderhub.io",
"license": "MIT",