Skip to content

Commit

Permalink
CI: Release (#1310)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucythecat authored Dec 22, 2023
1 parent bde0715 commit 92b4535
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .auri/$vkd6ut3c.md

This file was deleted.

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

This file was deleted.

6 changes: 6 additions & 0 deletions packages/adapter-session-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lucia-auth/adapter-session-redis

## 2.1.2

### Patch changes

- [#1314](https://github.com/lucia-auth/lucia/pull/1314) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Fix expiration

## 2.1.1

### Patch changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-session-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucia-auth/adapter-session-redis",
"version": "2.1.1",
"version": "2.1.2",
"description": "Redis session adapter for Lucia",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/lucia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# lucia

## 2.7.6

### Patch changes

- [#1309](https://github.com/lucia-auth/lucia/pull/1309) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Fix `setCookie()` method in SvelteKit middleware

## 2.7.5

### Patch changes
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": "2.7.5",
"version": "2.7.6",
"description": "A simple and flexible authentication library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 92b4535

Please sign in to comment.