chore(release): v9.0.0-beta2
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Родитель
17552e4c18
Коммит
f9b3f7fd72
|
@ -1,6 +1,15 @@
|
|||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 9.0.0 – unreleased
|
||||
### Added
|
||||
- Nextcloud 27 support
|
||||
### Changed
|
||||
- Updated dependencies
|
||||
- New and updated translations
|
||||
### Removed
|
||||
- Nextcloud 26 support
|
||||
|
||||
## 6.4.0 – 2022-06-14
|
||||
### Added
|
||||
- Nextcloud 25 support
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<name>Two-Factor TOTP Provider</name>
|
||||
<summary>TOTP two-factor provider</summary>
|
||||
<description>A Two-Factor-Auth Provider for TOTP (RFC 6238)</description>
|
||||
<version>9.0.0-alpha.1</version>
|
||||
<version>9.0.0-beta.2</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Christoph Wurst</author>
|
||||
<namespace>TwoFactorTOTP</namespace>
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "twofactor_totp",
|
||||
"version": "9.0.0-alpha1",
|
||||
"version": "9.0.0-beta2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "twofactor_totp",
|
||||
"version": "9.0.0-alpha1",
|
||||
"version": "9.0.0-beta2",
|
||||
"license": "agpl",
|
||||
"dependencies": {
|
||||
"@chenfengyuan/vue-qrcode": "^1.0.2",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "twofactor_totp",
|
||||
"description": "Nextcloud TwoFactor TOTP",
|
||||
"version": "9.0.0-alpha1",
|
||||
"version": "9.0.0-beta2",
|
||||
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
|
||||
"license": "agpl",
|
||||
"private": true,
|
||||
|
|
Загрузка…
Ссылка в новой задаче