File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.8.2 (2025-05-11)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - ** getPayloadSession:** Don't pass readonly headers object directly to fetch function ([ #33 ] ( https://github.com/CrawlerCode/payload-authjs/pull/33 ) )
6
+
7
+ ### 📖 Documentation
8
+
9
+ - Add examples section to README ([ 507385e] ( https://github.com/CrawlerCode/payload-authjs/commit/507385e ) )
10
+
11
+ ### 🏡 Chore
12
+
13
+ - Improve payload api types for /me and /refresh-token endpoints ([ 9bf9289] ( https://github.com/CrawlerCode/payload-authjs/commit/9bf9289 ) )
14
+ - ** deps:** Update npm dependencies ([ 1f30898] ( https://github.com/CrawlerCode/payload-authjs/commit/1f30898 ) )
15
+
1
16
## 0.8.1 (2025-04-14)
2
17
3
18
### 🩹 Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " payload-authjs" ,
3
- "version" : " 0.8.1 " ,
3
+ "version" : " 0.8.2 " ,
4
4
"type" : " module" ,
5
5
"description" : " A Payload CMS 3 plugin for Auth.js 5" ,
6
6
"repository" : " git@github.com:CrawlerCode/payload-authjs.git" ,
You can’t perform that action at this time.
0 commit comments