Skip to content

Commit 4f2b10b

Browse files
committed
chore(release): publish 0.10.2
1 parent 29fe7bd commit 4f2b10b

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.10.2 (2026-05-29)
2+
3+
### 🩹 Fixes
4+
5+
- Use explicit file extension for imports ([#52](https://github.com/CrawlerCode/payload-authjs/pull/52))
6+
7+
### 🏡 Chore
8+
9+
- Remove legacy middleware (deprecated in v0.3.4) ([3f8c203](https://github.com/CrawlerCode/payload-authjs/commit/3f8c203))
10+
- Remove legacy `getPayloadUser` (deprecated in v0.7.0) ([29fe7bd](https://github.com/CrawlerCode/payload-authjs/commit/29fe7bd))
11+
- **deps:** Upgrade pnpm and nx ([b9ab6dd](https://github.com/CrawlerCode/payload-authjs/commit/b9ab6dd))
12+
- **deps:** Upgrade payload and next dependencies ([80abe4b](https://github.com/CrawlerCode/payload-authjs/commit/80abe4b))
13+
- **deps:** Upgrade typescript to v6 ([f001813](https://github.com/CrawlerCode/payload-authjs/commit/f001813))
14+
- **deps:** Upgrade dependencies ([bd0d56e](https://github.com/CrawlerCode/payload-authjs/commit/bd0d56e))
15+
116
## 0.10.1 (2026-02-02)
217

318
### 🩹 Fixes

packages/payload-authjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "payload-authjs",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"type": "module",
55
"description": "A Payload CMS 3 plugin for Auth.js 5",
66
"repository": {

0 commit comments

Comments
 (0)