diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 45efac82..61a6aa31 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.18.3" + ".": "0.18.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 10f7b956..c1623507 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 15e53c13..2d5a3d11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 391fcfb9..a528a4fe 100644 --- a/package.json +++ b/package.json @@ -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",