Skip to content

Commit 3e48972

Browse files
committed
chore(release): publish 0.5.0
1 parent 76fc27a commit 3e48972

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 0.5.0 (2025-01-25)
2+
3+
### 🚀 Features
4+
5+
- Allow to customize the sign in button ([#7](https://github.com/CrawlerCode/payload-authjs/pull/7))
6+
- Improved users collection & add better support for customization ([18810ec](https://github.com/CrawlerCode/payload-authjs/commit/18810ec))
7+
- **basic-example:** Add basic-example project ([76fc27a](https://github.com/CrawlerCode/payload-authjs/commit/76fc27a))
8+
9+
### 🩹 Fixes
10+
11+
- **PayloadAdapter:** Fix not found error on first sign in ([afd1273](https://github.com/CrawlerCode/payload-authjs/commit/afd1273))
12+
13+
### 🏡 Chore
14+
15+
- Add github issue template ([5038483](https://github.com/CrawlerCode/payload-authjs/commit/5038483))
16+
- Update dependencies ([e74b980](https://github.com/CrawlerCode/payload-authjs/commit/e74b980))
17+
- Move README and add symlink ([8b15168](https://github.com/CrawlerCode/payload-authjs/commit/8b15168))
18+
- Set minimal required payload version to 3.1.1 ([c621343](https://github.com/CrawlerCode/payload-authjs/commit/c621343))
19+
- Add banner ([da224a0](https://github.com/CrawlerCode/payload-authjs/commit/da224a0))
20+
121
## 0.4.0 (2024-12-08)
222

323
### 🚀 Features

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.4.0",
3+
"version": "0.5.0",
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)