Skip to content

Commit 81d5571

Browse files
committed
chore: release 3.0.0-beta.17
1 parent 7924501 commit 81d5571

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [3.0.0-beta.17](https://github.com/authcompanion/authcompanion2/compare/3.0.0-beta.16...3.0.0-beta.17) (2023-09-23)
2+
3+
This release of AuthCompanion features a new and improved UI for the Admin Dashboard! 💎
4+
5+
### Bug Fixes
6+
7+
* update admin route for new folder structure ([27ebd2d](https://github.com/authcompanion/authcompanion2/commit/27ebd2d88f12a8818da92c31dfb87a8393bb3aef))
8+
9+
10+
### Features
11+
12+
* refresh admin dashboard ui ([#13](https://github.com/authcompanion/authcompanion2/issues/13)) ([7924501](https://github.com/authcompanion/authcompanion2/commit/7924501fb89a6d9f3b9157c0635dc39b9c511ea8))
13+
14+
15+
116
# [3.0.0-beta.16](https://github.com/authcompanion/authcompanion2/compare/3.0.0-beta.15...3.0.0-beta.16) (2023-09-15)
217

318
This release of AuthCompanion features a new and improved UI for all authentication web forms!

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "authcompanion2",
3-
"version": "3.0.0-beta.16",
3+
"version": "3.0.0-beta.17",
44
"description": "An admin-friendly, User Management Server (with Passkeys & JWTs) - for seamless and secure integration of user authentication.",
55
"main": "server.js",
66
"type": "module",

0 commit comments

Comments
 (0)