Skip to content

Commit

Permalink
chore: release v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRivers committed Sep 27, 2024
1 parent 62e01cf commit 6036573
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions 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.1](https://github.com/kinde-oss/kinde-auth-pkce-js/compare/4.2.0...4.2.1)

- fix: Expose more options for getToken and getIdToken to allow force r… [`#77`](https://github.com/kinde-oss/kinde-auth-pkce-js/pull/77)
- 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)

> 2 August 2024
- fix: dont store user when no id token [`#74`](https://github.com/kinde-oss/kinde-auth-pkce-js/pull/74)
- chore: release v4.2.0 [`725c284`](https://github.com/kinde-oss/kinde-auth-pkce-js/commit/725c284da53878a93e571146e83291d06d71a67e)

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

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.0",
"version": "4.2.1",
"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.0';
export const version = '4.2.1';

0 comments on commit 6036573

Please sign in to comment.