Skip to content

Commit

Permalink
CI: Release (#1549)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucythecat committed Apr 24, 2024
1 parent 995826b commit 56ed929
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 19 deletions.
6 changes: 0 additions & 6 deletions .auri/$0g99ie7j.md

This file was deleted.

6 changes: 0 additions & 6 deletions .auri/$49d0lzfc.md

This file was deleted.

6 changes: 0 additions & 6 deletions .auri/$r44qejjf.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/lucia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/lucia/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 56ed929

Please sign in to comment.