From e3d6ec8a15ffa735e656fb7e71a8575ec64cd48b Mon Sep 17 00:00:00 2001 From: Bill Church Date: Wed, 4 Dec 2024 11:57:15 +0000 Subject: [PATCH] chore(release): 0.2.24 --- ChangeLog.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index c069fc0..854c242 100644 --- a/ChangeLog.md +++ b/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. + +## [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)) + + + ## [0.2.23](https://github.com/billchurch/WebSSH2/compare/v0.2.20...v0.2.23) (2024-12-04) diff --git a/package-lock.json b/package-lock.json index 5804def..a68f271 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webssh2-server", - "version": "0.2.23", + "version": "0.2.24", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 3e52858..76cc9ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webssh2-server", - "version": "0.2.23", + "version": "0.2.24", "ignore": [ ".gitignore" ],