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

Commit

Permalink
chore(release): create release [skip ci]
Browse files Browse the repository at this point in the history
 - @next-auth/[email protected]
  • Loading branch information
nextauth committed Jan 17, 2022
1 parent fcee362 commit bf6e619
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/upstash-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,14 @@

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2022-01-17)

### Bug Fixes

- **upstash-redis:** expose environment variables in workflow ([#373](https://github.com/nextauthjs/adapters/issues/373)) ([fcee362](https://github.com/nextauthjs/adapters/commit/fcee36227fec4e42e818f104b06a3030838790da))
- **upstash-redis:** fix deployment ([c2df2c8](https://github.com/nextauthjs/adapters/commit/c2df2c86b53f4e42a2bc1051256701ec7cc08fbd))

### Features

- **upstash-redis:** add upstash-redis adapter ([#341](https://github.com/nextauthjs/adapters/issues/341)) ([f4a8464](https://github.com/nextauthjs/adapters/commit/f4a84644296f545c1dac16519337a6dc7718c88c))
6 changes: 3 additions & 3 deletions packages/upstash-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next-auth/upstash-redis-adapter",
"version": "1.0.0",
"version": "1.1.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 @@ -30,8 +30,8 @@
"dist"
],
"peerDependencies": {
"next-auth": "^4.0.1",
"@upstash/redis": "^0.2.1"
"@upstash/redis": "^0.2.1",
"next-auth": "^4.0.1"
},
"devDependencies": {
"@upstash/redis": "^0.2.1",
Expand Down

0 comments on commit bf6e619

Please sign in to comment.