Skip to content

Commit 294a64f

Browse files
committed
chore(release): publish 0.3.3
1 parent 8ba1adf commit 294a64f

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.3.3 (2024-10-30)
2+
3+
### 🩹 Fixes
4+
5+
- Fix eslint errors ([4dcdf8f](https://github.com/CrawlerCode/payload-authjs/commit/4dcdf8f))
6+
7+
### 🏡 Chore
8+
9+
- Migrate to @payloadcms/eslint-config 3 beta ([7d0ec8d](https://github.com/CrawlerCode/payload-authjs/commit/7d0ec8d))
10+
- **dev:** Update payload files ([e4a6282](https://github.com/CrawlerCode/payload-authjs/commit/e4a6282))
11+
112
## 0.3.2 (2024-10-29)
213

314

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "payload-authjs",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"type": "module",
55
"description": "A Payload CMS 3 plugin for Auth.js 5",
66
"repository": "git@github.com:CrawlerCode/payload-authjs.git",
@@ -76,4 +76,4 @@
7676
"@types/react": "npm:types-react@19.0.0-rc.1"
7777
}
7878
}
79-
}
79+
}

0 commit comments

Comments
 (0)