Skip to content

Commit 3760b9e

Browse files
committed
chore(release): v2.4.0
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
1 parent 7e2a609 commit 3760b9e

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
All notable changes to this project will be documented in this file.
88

9+
## 2.4.0 - 2025-09-15
10+
### Changed
11+
- Code refactoring under the hood
12+
### Fixed
13+
- Fix npm audit
14+
915
## 2.3.0 - 2025-08-19
1016
### Added
1117
- Support for Nextcloud 32

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<name>Two-Factor WebAuthn</name>
99
<summary>WebAuthn two-factor provider</summary>
1010
<description>A two-factor provider for WebAuthn devices</description>
11-
<version>2.4.0-dev.0</version>
11+
<version>2.4.0</version>
1212
<licence>agpl</licence>
1313
<author>Christoph Wurst</author>
1414
<author>Michael Blumenstein</author>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twofactor_webauthn",
3-
"version": "2.4.0-dev.0",
3+
"version": "2.4.0",
44
"description": "WebAuthn second factor provider for Nextcloud",
55
"private": true,
66
"dependencies": {

0 commit comments

Comments
 (0)