mirror of
https://github.com/apotdevin/thunderhub.git
synced 2026-08-13 12:33:08 +02:00
Merge branch 'master' of https://github.com/apotdevin/thunderhub
This commit is contained in:
commit
1abbee4a67
4 changed files with 16 additions and 4 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
".": "0.18.1"
|
||||
".": "0.18.2"
|
||||
}
|
||||
|
|
|
|||
12
CHANGELOG.md
12
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)
|
||||
|
||||
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue