Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2022-06-13 09:28:15 +02:00
Родитель 224dff4704
Коммит 04d41c63ae
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CC42AC2A7F0E56D8
4 изменённых файлов: 9 добавлений и 4 удалений

Просмотреть файл

@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
## 6.3.1 – 2022-06-13
### Changed
- App is now officially deprecated. Two-Factor WebAuthn can be used as replacement
- Updated dependencies
## 6.3.0 – 2021-12-01
### Added
- Nextcloud 23 support

Просмотреть файл

@ -4,7 +4,7 @@
<name>⚠️ Deprecated ⚠️ Two-Factor U2F</name>
<summary>U2F two-factor provider (deprecated)</summary>
<description>Deprecated two-factor provider for U2F devices. The Two-Factor WebAuthn provider replaces this app.</description>
<version>6.3.0</version>
<version>6.3.1</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorU2F</namespace>

4
package-lock.json сгенерированный
Просмотреть файл

@ -1,12 +1,12 @@
{
"name": "twofactor_u2f",
"version": "6.3.0",
"version": "6.3.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "twofactor_u2f",
"version": "6.3.0",
"version": "6.3.1",
"license": "AGPL-3.0",
"dependencies": {
"@nextcloud/auth": "^1.3.0",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "twofactor_u2f",
"version": "6.3.0",
"version": "6.3.1",
"description": "U2F second factor provider for Nextcloud",
"private": true,
"dependencies": {