Skip to content
This repository was archived by the owner on Jul 17, 2022. It is now read-only.

Commit bf6e619

Browse files
committed
chore(release): create release [skip ci]
- @next-auth/[email protected]
1 parent fcee362 commit bf6e619

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

Diff for: packages/upstash-redis/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44
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))

Diff for: packages/upstash-redis/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-auth/upstash-redis-adapter",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Upstash adapter for next-auth. It uses Upstash's connectionless (HTTP based) Redis client.",
55
"homepage": "https://next-auth.js.org",
66
"repository": "https://github.com/nextauthjs/adapters",
@@ -30,8 +30,8 @@
3030
"dist"
3131
],
3232
"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"
3535
},
3636
"devDependencies": {
3737
"@upstash/redis": "^0.2.1",

0 commit comments

Comments
 (0)