-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
baafe23
commit 3cfd393
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## 0.2.0 (2024-09-05) | ||
|
||
|
||
### 🚀 Features | ||
|
||
- Fist implementation ([bf0680a](https://github.com/CrawlerCode/payload-authjs/commit/bf0680a)) | ||
- **nx-cloud:** setup nx cloud workspace ([d616991](https://github.com/CrawlerCode/payload-authjs/commit/d616991)) | ||
|
||
### 🩹 Fixes | ||
|
||
- Fix types of getPayloadUser ([ef516b6](https://github.com/CrawlerCode/payload-authjs/commit/ef516b6)) | ||
- Fix eslint config and fix eslint errors ([388f0a8](https://github.com/CrawlerCode/payload-authjs/commit/388f0a8)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "payload-authjs", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"type": "module", | ||
"repository": "[email protected]:CrawlerCode/payload-authjs.git", | ||
"description": "A Payload CMS 3 plugin for Auth.js 5", | ||
|