Skip to content

Commit

Permalink
chore(release): 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
awinogrodzki committed Sep 24, 2023
1 parent 3bd1d03 commit 86b6872
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# next-firebase-auth-edge

## 0.8.7

### Patch Changes

- Convert signature key to UInt8Array directly instead using base64url.decode due to #92

## 0.8.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-firebase-auth-edge",
"version": "0.8.7-1",
"version": "0.8.7",
"description": "Next.js 13 Firebase Authentication for Edge and server runtimes. Dedicated for Next 13 server components. Compatible with Next.js middleware.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 86b6872

Please sign in to comment.