Skip to content

Commit 42bb2c6

Browse files
committed
chore: bump to verion 3.0.0-beta.2
1 parent 24dc2ab commit 42bb2c6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [3.0.0-beta.2](https://github.com/authcompanion/authcompanion2/compare/3.0.0-beta.1...3.0.0-beta.2) (2022-09-11)
2+
3+
4+
### Bug Fixes
5+
6+
* generate and store webauthn challenge ([24dc2ab](https://github.com/authcompanion/authcompanion2/commit/24dc2ab666e6b13e69b9a6ac99b220c635da4129))
7+
8+
9+
110
# [3.0.0-beta.1](https://github.com/authcompanion/authcompanion2/compare/2.0.0-beta.1...3.0.0-beta.1) (2022-09-09)
211

312
## Features

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.1",
3+
"version": "3.0.0-beta.2",
44
"description": "An effortless, token-based user management server - well suited for modern web projects.",
55
"main": "server.js",
66
"type": "module",

0 commit comments

Comments
 (0)