Skip to content

Commit 9ae15e2

Browse files
committed
chore: bump to verion 3.0.0-beta.3
1 parent 174b194 commit 9ae15e2

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [3.0.0-beta.3](https://github.com/authcompanion/authcompanion2/compare/3.0.0-beta.2...3.0.0-beta.3) (2022-09-15)
2+
3+
4+
### Bug Fixes
5+
6+
* improved cookie parsing for refresh api ([6f4a996](https://github.com/authcompanion/authcompanion2/commit/6f4a996dcad0455056496fe7bc0abdbd9fb106f6))
7+
* removed unused configs + updated env file doc ([5b4c8dd](https://github.com/authcompanion/authcompanion2/commit/5b4c8dd26c5e25ccbab22d1639eb1d7007b12a67))
8+
* set correct origin for authenticator based on config ([174b194](https://github.com/authcompanion/authcompanion2/commit/174b194a466b0f1c61112f116439be814fdbe5c6))
9+
10+
11+
### Features
12+
13+
* adds a default route to familiarize new users ([a3a8f7f](https://github.com/authcompanion/authcompanion2/commit/a3a8f7fd5b1812b6faae5e6ec66b974ec554dd1e))
14+
15+
16+
### Reverts
17+
18+
* config removal and improved .env doc ([48c9dfb](https://github.com/authcompanion/authcompanion2/commit/48c9dfb55442a57cb5220c7e10d9651e7586096e))
19+
20+
21+
122
# [3.0.0-beta.2](https://github.com/authcompanion/authcompanion2/compare/3.0.0-beta.1...3.0.0-beta.2) (2022-09-11)
223

324

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.2",
3+
"version": "3.0.0-beta.3",
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)