Skip to content

Commit 7589d79

Browse files
committed
chore(release): publish 0.8.2
1 parent 507385e commit 7589d79

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
## 0.8.1 (2025-04-14)
217

318
### 🩹 Fixes

packages/payload-authjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "payload-authjs",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"type": "module",
55
"description": "A Payload CMS 3 plugin for Auth.js 5",
66
"repository": "git@github.com:CrawlerCode/payload-authjs.git",

0 commit comments

Comments
 (0)