diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..18142d9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +## 0.2.0 (2024-09-05) + + +### 🚀 Features + +- Fist implementation ([bf0680a](https://github.com/CrawlerCode/payload-authjs/commit/bf0680a)) +- **nx-cloud:** setup nx cloud workspace ([d616991](https://github.com/CrawlerCode/payload-authjs/commit/d616991)) + +### 🩹 Fixes + +- Fix types of getPayloadUser ([ef516b6](https://github.com/CrawlerCode/payload-authjs/commit/ef516b6)) +- Fix eslint config and fix eslint errors ([388f0a8](https://github.com/CrawlerCode/payload-authjs/commit/388f0a8)) \ No newline at end of file diff --git a/package.json b/package.json index 9378bb3..98e4999 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "payload-authjs", - "version": "0.1.0", + "version": "0.2.0", "type": "module", "repository": "git@github.com:CrawlerCode/payload-authjs.git", "description": "A Payload CMS 3 plugin for Auth.js 5",