Skip to content

Commit c54b0a8

Browse files
committed
chore: 3.0.0-beta.4
1 parent 6f6ca17 commit c54b0a8

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [3.0.0-beta.4](https://github.com/authcompanion/authcompanion2/compare/3.0.0-beta.3...3.0.0-beta.4) (2022-11-30)
2+
3+
4+
### Bug Fixes
5+
6+
* enable SSL on SMTP connection and set better config defaults ([68caee7](https://github.com/authcompanion/authcompanion2/commit/68caee7f3206048950fb36faf25778d68c193ac7))
7+
* improved config default for application origin ([83d3724](https://github.com/authcompanion/authcompanion2/commit/83d37240ef2b67bc07f05de178e40d6d3a24aa79))
8+
* throw proper error code on error ([14b041e](https://github.com/authcompanion/authcompanion2/commit/14b041ec455b618590b94bb7af414304857dfb84))
9+
* typo in error and log msgs ([62cc615](https://github.com/authcompanion/authcompanion2/commit/62cc615a3ce44bd903306d51bb990d95b8c084e6))
10+
11+
12+
### Features
13+
14+
* AuthC's profile web form can now be used with the account recovery flow ([4ab917f](https://github.com/authcompanion/authcompanion2/commit/4ab917fe7ac87ad86873a98cb1d493f4afe87998))
15+
16+
17+
### Documentation
18+
19+
* New Integrating with AuthC Guide: [https://docs.authcompanion.com/guide/integrate.html](https://docs.authcompanion.com/guide/integrate.html)
20+
* New Launch AuthC into PROD Guide: [https://docs.authcompanion.com/guide/launch.html](https://docs.authcompanion.com/guide/launch.html)
21+
22+
123
# [3.0.0-beta.3](https://github.com/authcompanion/authcompanion2/compare/3.0.0-beta.2...3.0.0-beta.3) (2022-09-15)
224

325

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