From 4f67d59df51a4018ac476528b644ebe63052d09c Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Tue, 16 May 2023 11:29:47 +0200 Subject: [PATCH] v1.2.0 Signed-off-by: Richard Steinmetz --- CHANGELOG.md | 6 ++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ebf0e44..d82a2a4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## 1.2.0 - 2023-05-16 +### Added +- Nextcloud 27 support +### Fixed +- Invert icon on setup page when using dark mode + ## 1.1.2 - 2023-03-06 ### Added - PHP 7.4 support diff --git a/appinfo/info.xml b/appinfo/info.xml index ba2b99f9..9ae6a95c 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -4,7 +4,7 @@ Two-Factor WebAuthn WebAuthn two-factor provider A two-factor provider for WebAuthn devices - 1.2.0-alpha.2 + 1.2.0 agpl Christoph Wurst Michael Blumenstein diff --git a/package-lock.json b/package-lock.json index 8f740191..7cf548fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "twofactor_webauthn", - "version": "1.2.0-alpha.1", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "twofactor_webauthn", - "version": "1.2.0-alpha.1", + "version": "1.2.0", "license": "AGPL-3.0", "dependencies": { "@nextcloud/auth": "^2.0.0", diff --git a/package.json b/package.json index f5db7182..e2529da5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twofactor_webauthn", - "version": "1.2.0-alpha.1", + "version": "1.2.0", "description": "WebAuthn second factor provider for Nextcloud", "private": true, "dependencies": {