Skip to content

Commit

Permalink
chore(release): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Apr 14, 2022
1 parent 5471c0f commit 430aa48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/adapter-upstash-redis/package.json
@@ -1,6 +1,6 @@
{
"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.",
"homepage": "https://next-auth.js.org",
"repository": "https://github.com/nextauthjs/adapters",
Expand Down Expand Up @@ -44,4 +44,4 @@
"jest": {
"preset": "adapter-test/jest"
}
}
}
4 changes: 2 additions & 2 deletions packages/next-auth/package.json
@@ -1,6 +1,6 @@
{
"name": "next-auth",
"version": "4.3.1",
"version": "4.3.2",
"description": "Authentication for Next.js",
"homepage": "https://next-auth.js.org",
"repository": "https://github.com/nextauthjs/next-auth.git",
Expand Down Expand Up @@ -132,4 +132,4 @@
"**/tests",
"**/__tests__"
]
}
}

0 comments on commit 430aa48

Please sign in to comment.