Skip to content

Commit

Permalink
CI: Release (#1218)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucythecat authored Oct 28, 2023
1 parent 1b3efaf commit aba44f9
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .auri/$10bcw0d7.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

8 changes: 8 additions & 0 deletions packages/lucia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# lucia

## 2.7.3

### Patch changes

- [#1217](https://github.com/lucia-auth/lucia/pull/1217) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Fix `express()` middleware setting incorrect `Max-Age` cookie attribute

- [#1158](https://github.com/lucia-auth/lucia/pull/1158) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update dependencies

## 2.7.2

### 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.2",
"version": "2.7.3",
"description": "A simple and flexible authentication library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/oauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lucia-auth/oauth

## 3.3.2

### Patch changes

- [#1226](https://github.com/lucia-auth/lucia/pull/1226) by [@nlfmt](https://github.com/nlfmt) : Fix `DiscordUser`

## 3.3.1

### Patch changes
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucia-auth/oauth",
"version": "3.3.1",
"version": "3.3.2",
"description": "OAuth integration for Lucia",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit aba44f9

Please sign in to comment.