chore(release): 0.2.24
This commit is contained in:
parent
0c5de9fb97
commit
e3d6ec8a15
3 changed files with 12 additions and 2 deletions
10
ChangeLog.md
10
ChangeLog.md
|
@ -2,6 +2,16 @@
|
|||
|
||||
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.
|
||||
|
||||
<a name="0.2.24"></a>
|
||||
## [0.2.24](https://github.com/billchurch/WebSSH2/compare/v0.2.23...v0.2.24) (2024-12-04)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* config.json.sample had `disableInteractiveAuth` set to `true`, changed to `false` ([0c5de9f](https://github.com/billchurch/WebSSH2/commit/0c5de9f))
|
||||
|
||||
|
||||
|
||||
<a name="0.2.23"></a>
|
||||
## [0.2.23](https://github.com/billchurch/WebSSH2/compare/v0.2.20...v0.2.23) (2024-12-04)
|
||||
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "webssh2-server",
|
||||
"version": "0.2.23",
|
||||
"version": "0.2.24",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "webssh2-server",
|
||||
"version": "0.2.23",
|
||||
"version": "0.2.24",
|
||||
"ignore": [
|
||||
".gitignore"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue