This repository was archived by the owner on Jul 17, 2022. It is now read-only.
File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ # 1.1.0 (2022-01-17)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** upstash-redis:** expose environment variables in workflow ([ #373 ] ( https://github.com/nextauthjs/adapters/issues/373 ) ) ([ fcee362] ( https://github.com/nextauthjs/adapters/commit/fcee36227fec4e42e818f104b06a3030838790da ) )
11
+ - ** upstash-redis:** fix deployment ([ c2df2c8] ( https://github.com/nextauthjs/adapters/commit/c2df2c86b53f4e42a2bc1051256701ec7cc08fbd ) )
12
+
13
+ ### Features
14
+
15
+ - ** upstash-redis:** add upstash-redis adapter ([ #341 ] ( https://github.com/nextauthjs/adapters/issues/341 ) ) ([ f4a8464] ( https://github.com/nextauthjs/adapters/commit/f4a84644296f545c1dac16519337a6dc7718c88c ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @next-auth/upstash-redis-adapter" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " Upstash adapter for next-auth. It uses Upstash's connectionless (HTTP based) Redis client." ,
5
5
"homepage" : " https://next-auth.js.org" ,
6
6
"repository" : " https://github.com/nextauthjs/adapters" ,
30
30
" dist"
31
31
],
32
32
"peerDependencies" : {
33
- "next-auth " : " ^4.0 .1" ,
34
- "@upstash/redis " : " ^0.2 .1"
33
+ "@upstash/redis " : " ^0.2 .1" ,
34
+ "next-auth " : " ^4.0 .1"
35
35
},
36
36
"devDependencies" : {
37
37
"@upstash/redis" : " ^0.2.1" ,
You can’t perform that action at this time.
0 commit comments