From 0ca8a52c115fc9a06ad47a84d8dd4f0e66339c88 Mon Sep 17 00:00:00 2001 From: authcompanion Date: Thu, 14 Sep 2023 22:40:13 -0400 Subject: [PATCH] chore: release 3.0.0-beta.16 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bd81b1..c148c62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [3.0.0-beta.16](https://github.com/authcompanion/authcompanion2/compare/3.0.0-beta.15...3.0.0-beta.16) (2023-09-15) + +This release of AuthCompanion features a new and improved UI for all authentication web forms! + +### Features + +* **client:** new and refreshed UI for all auth pages ([#12](https://github.com/authcompanion/authcompanion2/issues/12)) ([ce3d3c3](https://github.com/authcompanion/authcompanion2/commit/ce3d3c3dc2eb4a439eaf389ead25d76d676ce167)) + + + # [3.0.0-beta.15](https://github.com/authcompanion/authcompanion2/compare/3.0.0-beta.14...3.0.0-beta.15) (2023-09-08) diff --git a/package.json b/package.json index c5754e5..6c55b88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "authcompanion2", - "version": "3.0.0-beta.15", + "version": "3.0.0-beta.16", "description": "An admin-friendly, User Management Server (with Passkeys & JWTs) - for seamless and secure integration of user authentication.", "main": "server.js", "type": "module",