From 2ae929675d362e43ba92916b57421d5a62203606 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 23:49:29 +0200 Subject: [PATCH] chore(master): release 0.18.2 (#761) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 513fac0e..e58457c4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.18.1" + ".": "0.18.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d0eddccf..1871c459 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.2](https://github.com/apotdevin/thunderhub/compare/v0.18.1...v0.18.2) (2026-05-15) + + +### Bug Fixes + +* otp guardrails min secret bytes 10 ([#757](https://github.com/apotdevin/thunderhub/issues/757)) ([7d9d197](https://github.com/apotdevin/thunderhub/commit/7d9d19713af0dc67ec35d793da8023c68df08685)) + + +### CI + +* workflow trigger change ([269e46c](https://github.com/apotdevin/thunderhub/commit/269e46ca5b9262b97fa95e5a692063cc2651dd9b)) + ## [0.18.1](https://github.com/apotdevin/thunderhub/compare/v0.18.0...v0.18.1) (2026-05-14) diff --git a/package-lock.json b/package-lock.json index bfaf4b16..53ece8dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "thunderhub", - "version": "0.18.1", + "version": "0.18.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "thunderhub", - "version": "0.18.1", + "version": "0.18.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2f343e3f..782053d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.18.1", + "version": "0.18.2", "description": "Lightning Node Manager - Monitor and manage your node from any browser and any device.", "homepage": "https://thunderhub.io", "license": "MIT",