Skip to content

Commit

Permalink
chore: release v3.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
kinde-engineering committed Nov 20, 2023
1 parent a6f5d45 commit 0158bd6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [3.0.26](https://github.com/kinde-oss/kinde-auth-pkce-js/compare/3.0.23...3.0.26)
#### [3.0.27](https://github.com/kinde-oss/kinde-auth-pkce-js/compare/3.0.23...3.0.27)

- Make options not required (Fixes Issue #53) [`#54`](https://github.com/kinde-oss/kinde-auth-pkce-js/pull/54)
- feat: add proxy_redirect_uri for capcaitor apps [`#55`](https://github.com/kinde-oss/kinde-auth-pkce-js/pull/55)

#### [3.0.23](https://github.com/kinde-oss/kinde-auth-pkce-js/compare/3.0.22...3.0.23)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-pkce-js",
"version": "3.0.26",
"version": "3.0.27",
"description": "Kinde PKCE authentication for SPAs",
"module": "dist/kinde-auth-pkce-js.esm.js",
"main": "dist/kinde-auth-pkce-js.umd.min.js",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated by genversion.
export const version = '3.0.26';
export const version = '3.0.27';

0 comments on commit 0158bd6

Please sign in to comment.