From 56ed929dbfa26ecc88ff1fae2fdeabc131fd0900 Mon Sep 17 00:00:00 2001 From: "Lucy (bot)" <126932300+lucythecat@users.noreply.github.com> Date: Wed, 24 Apr 2024 11:55:54 +0900 Subject: [PATCH] CI: Release (#1549) --- .auri/$0g99ie7j.md | 6 ------ .auri/$49d0lzfc.md | 6 ------ .auri/$r44qejjf.md | 6 ------ packages/lucia/CHANGELOG.md | 12 ++++++++++++ packages/lucia/package.json | 2 +- 5 files changed, 13 insertions(+), 19 deletions(-) delete mode 100644 .auri/$0g99ie7j.md delete mode 100644 .auri/$49d0lzfc.md delete mode 100644 .auri/$r44qejjf.md diff --git a/.auri/$0g99ie7j.md b/.auri/$0g99ie7j.md deleted file mode 100644 index 60baef05d..000000000 --- a/.auri/$0g99ie7j.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -package: "lucia" # package name -type: "minor" # "major", "minor", "patch" ---- - -Add `generateIdFromEntropySize()` \ No newline at end of file diff --git a/.auri/$49d0lzfc.md b/.auri/$49d0lzfc.md deleted file mode 100644 index 4f2cdaa4d..000000000 --- a/.auri/$49d0lzfc.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -package: "lucia" # package name -type: "patch" # "major", "minor", "patch" ---- - -Fix `options.sessionCookie` parameter type in `Lucia` \ No newline at end of file diff --git a/.auri/$r44qejjf.md b/.auri/$r44qejjf.md deleted file mode 100644 index a05d64af2..000000000 --- a/.auri/$r44qejjf.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -package: "lucia" # package name -type: "patch" # "major", "minor", "patch" ---- - -Optimize session ID generation \ No newline at end of file diff --git a/packages/lucia/CHANGELOG.md b/packages/lucia/CHANGELOG.md index 2c824ed15..62b4879db 100644 --- a/packages/lucia/CHANGELOG.md +++ b/packages/lucia/CHANGELOG.md @@ -1,5 +1,17 @@ # lucia +## 3.2.0 + +### Minor changes + +- [#1548](https://github.com/lucia-auth/lucia/pull/1548) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Add `generateIdFromEntropySize()` + +### Patch changes + +- [#1546](https://github.com/lucia-auth/lucia/pull/1546) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Fix `options.sessionCookie` parameter type in `Lucia` + +- [#1548](https://github.com/lucia-auth/lucia/pull/1548) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Optimize session ID generation + ## 3.1.1 - Fix types. diff --git a/packages/lucia/package.json b/packages/lucia/package.json index 91f6e7356..d0b70d003 100644 --- a/packages/lucia/package.json +++ b/packages/lucia/package.json @@ -1,6 +1,6 @@ { "name": "lucia", - "version": "3.1.1", + "version": "3.2.0", "description": "A simple and flexible authentication library", "main": "dist/index.js", "types": "dist/index.d.ts",