3.9.5
parent
6efa6241d3
commit
e7ad831d4d
|
@ -1,3 +1,7 @@
|
||||||
|
Release Notes - Version 3.9.5
|
||||||
|
-----------------------------
|
||||||
|
* Fix images in README in NPM.
|
||||||
|
|
||||||
Release Notes - Version 3.9.4
|
Release Notes - Version 3.9.4
|
||||||
-----------------------------
|
-----------------------------
|
||||||
* Update Authelia icon & add documentation image.
|
* Update Authelia icon & add documentation image.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "authelia",
|
"name": "authelia",
|
||||||
"version": "3.9.4",
|
"version": "3.9.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "authelia",
|
"name": "authelia",
|
||||||
"version": "3.9.4",
|
"version": "3.9.5",
|
||||||
"description": "2FA Single Sign-On server for nginx using LDAP, TOTP and U2F",
|
"description": "2FA Single Sign-On server for nginx using LDAP, TOTP and U2F",
|
||||||
"bin": {
|
"bin": {
|
||||||
"authelia": "./dist/server/src/index.js"
|
"authelia": "./dist/server/src/index.js"
|
||||||
|
|
Loading…
Reference in New Issue