Skip to content

Commit

Permalink
chore(release): v2.1.3-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peterphanouvong committed Jan 22, 2024
1 parent 0b262e7 commit 6231079
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## v2.1.3-alpha.1

[compare changes](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.1.3-alpha.0...v2.1.3-alpha.1)

### 🚀 Enhancements

- Support multiple apps ([3b31a69](https://github.com/kinde-oss/kinde-auth-nextjs/commit/3b31a69))

### 🩹 Fixes

- Get refresh token client side ([0b262e7](https://github.com/kinde-oss/kinde-auth-nextjs/commit/0b262e7))

### 🏡 Chore

- **release:** V2.1.3-alpha.0 ([47982a1](https://github.com/kinde-oss/kinde-auth-nextjs/commit/47982a1))
- Update version ([1afc302](https://github.com/kinde-oss/kinde-auth-nextjs/commit/1afc302))

### ❤️ Contributors

- Peter Phanouvong ([@peterphanouvong](http://github.com/peterphanouvong))

## v2.1.3-alpha.0

[compare changes](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.1.3...v2.1.3-alpha.0)
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": "@kinde-oss/kinde-auth-nextjs",
"version": "2.1.3-alpha.0",
"version": "2.1.3-alpha.1",
"description": "Kinde Auth SDK for NextJS",
"main": "dist/cjs/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 6231079

Please sign in to comment.