Skip to content

Commit

Permalink
MongoDB adapter: Fix broken package.json (#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper authored Jan 29, 2024
1 parent 225083f commit c34a123
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/adapter-mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# @lucia-auth/adapter-mongodb

## 1.0.1

- Fix broken version tag in package.json [#1378](https://github.com/lucia-auth/lucia/pull/1378)
4 changes: 2 additions & 2 deletions packages/adapter-mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucia-auth/adapter-mongodb",
"version": "1.0.0",
"version": "1.0.1",
"description": "MongoDB adapter for Lucia",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"peerDependencies": {
"lucia": "3.x",
"mongodb": "4.x | 6.x"
"mongodb": "4.x || 6.x"
},
"devDependencies": {
"@lucia-auth/adapter-test": "workspace:*",
Expand Down

0 comments on commit c34a123

Please sign in to comment.