Skip to content

Commit

Permalink
release neon driver
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Feb 6, 2024
1 parent 40ee158 commit 1196b67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/adapter-postgresql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @lucia-auth/adapter-postgresql

## 3.1.0

- Add Neon HTTP adapter ([#1413](https://github.com/lucia-auth/lucia/pull/1413))

## 3.0.0

See the [migration guide](https://v3.lucia-auth.com/upgrade-v3/postgresql).
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-postgresql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucia-auth/adapter-postgresql",
"version": "3.0.0",
"version": "3.1.0",
"description": "PostgreSQL adapter for Lucia",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 1196b67

Please sign in to comment.