Skip to content

Commit

Permalink
chore: release v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRivers committed Sep 27, 2024
1 parent c7622be commit 63fc131
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ 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).

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

- fix: audience check when checking specific [`#75`](https://github.com/kinde-oss/kinde-auth-pkce-js/pull/75)
- chore: prettier [`c7622be`](https://github.com/kinde-oss/kinde-auth-pkce-js/commit/c7622bec6cc613589c3cdc0bf61580398e485597)

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

> 27 September 2024
- fix: Expose more options for getToken and getIdToken to allow force r… [`#77`](https://github.com/kinde-oss/kinde-auth-pkce-js/pull/77)
- chore: release v4.2.1 [`6036573`](https://github.com/kinde-oss/kinde-auth-pkce-js/commit/60365731a5a62abf2af926752982f8255338d2de)
- fix: Expose more options for getToken and getIdToken to allow force refresh [`58cdb3b`](https://github.com/kinde-oss/kinde-auth-pkce-js/commit/58cdb3ba04f07a46fb63e3f5cf6d2fb2bd7b088c)

#### [4.2.0](https://github.com/kinde-oss/kinde-auth-pkce-js/compare/4.1.1...4.2.0)
Expand Down Expand Up @@ -145,7 +153,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

> 25 September 2023
- Enforce redirect uri match [`#48`](https://github.com/kinde-oss/kinde-auth-pkce-js/pull/48)
- Enforce redirect uri match [`#48`](https://github.com/kinde-oss/kinde-auth-pkce-js/pull/48)
- Removing optional check param as it should always be matching [`be89a13`](https://github.com/kinde-oss/kinde-auth-pkce-js/commit/be89a139a94fa16c523fa412ca86d6ca7382f3b5)
- Reversed import order auto-change [`a986bdc`](https://github.com/kinde-oss/kinde-auth-pkce-js/commit/a986bdce9efb0024c993e9d31bdc3a4e993f6c10)
- Added an optional enforce redirect uri match boolean to Kinde client options. [`b8e88a5`](https://github.com/kinde-oss/kinde-auth-pkce-js/commit/b8e88a5bcf90d5489ea3a0399d8298fd21196843)
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": "4.2.1",
"version": "4.2.2",
"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 = '4.2.1';
export const version = '4.2.2';

0 comments on commit 63fc131

Please sign in to comment.