Skip to content

Commit

Permalink
chore: release 3.0.0-beta.15
Browse files Browse the repository at this point in the history
  • Loading branch information
authcompanion committed Sep 8, 2023
1 parent 7548039 commit cfe2d8d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [3.0.0-beta.15](https://github.com/authcompanion/authcompanion2/compare/3.0.0-beta.14...3.0.0-beta.15) (2023-09-08)


### Bug Fixes

* **docs:** improvements to article grammar ([f86b1aa](https://github.com/authcompanion/authcompanion2/commit/f86b1aadea665db0e4d26f1ff2b7c38fc5d88130))
* **docs:** refreshed examples used in documenation ([fd30180](https://github.com/authcompanion/authcompanion2/commit/fd30180355836739337c78641ecdcd9460ca94e8))



# [3.0.0-beta.14](https://github.com/authcompanion/authcompanion2/compare/3.0.0-beta.13...3.0.0-beta.14) (2023-06-03)

This release of AuthCompanion features an improved Admin Dashboard, which includes new search functionality for filtering by a user's email address and new pagination tools for navigating a large number of users.
Expand Down
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:18-slim as builder

LABEL version="3.0.0-beta.14"
LABEL version="3.0.0-beta.15"
LABEL description="An admin-friendly, User Management Server (with Passkeys & JWTs) - for seamless and secure integration of user authentication"
LABEL maintainer="Paul Fischer"

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "authcompanion2",
"version": "3.0.0-beta.14",
"description": "An effortless, token-based user management server - well suited for modern web projects.",
"version": "3.0.0-beta.15",
"description": "An admin-friendly, User Management Server (with Passkeys & JWTs) - for seamless and secure integration of user authentication.",
"main": "server.js",
"type": "module",
"scripts": {
Expand Down

0 comments on commit cfe2d8d

Please sign in to comment.