This commit is contained in:
Anthony Potdevin 2026-05-16 00:27:23 +02:00
commit 1abbee4a67
No known key found for this signature in database
GPG key ID: 4403F1DFBE779457
4 changed files with 16 additions and 4 deletions

View file

@ -1,3 +1,3 @@
{
".": "0.18.1"
".": "0.18.2"
}

View file

@ -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)

4
package-lock.json generated
View file

@ -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": {

View file

@ -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",