Compare commits

...

1 Commits

Author SHA1 Message Date
Balázs Orbán
430aa48557 chore(release): bump version 2022-04-14 09:07:07 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@next-auth/upstash-redis-adapter", "name": "@next-auth/upstash-redis-adapter",
"version": "1.1.1", "version": "2.0.0",
"description": "Upstash adapter for next-auth. It uses Upstash's connectionless (HTTP based) Redis client.", "description": "Upstash adapter for next-auth. It uses Upstash's connectionless (HTTP based) Redis client.",
"homepage": "https://next-auth.js.org", "homepage": "https://next-auth.js.org",
"repository": "https://github.com/nextauthjs/adapters", "repository": "https://github.com/nextauthjs/adapters",
@@ -44,4 +44,4 @@
"jest": { "jest": {
"preset": "adapter-test/jest" "preset": "adapter-test/jest"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "next-auth", "name": "next-auth",
"version": "4.3.1", "version": "4.3.2",
"description": "Authentication for Next.js", "description": "Authentication for Next.js",
"homepage": "https://next-auth.js.org", "homepage": "https://next-auth.js.org",
"repository": "https://github.com/nextauthjs/next-auth.git", "repository": "https://github.com/nextauthjs/next-auth.git",
@@ -132,4 +132,4 @@
"**/tests", "**/tests",
"**/__tests__" "**/__tests__"
] ]
} }