Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRivers committed Apr 23, 2024
1 parent 64ff463 commit 1f8d2a6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ 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).

#### [0.3.0](https://github.com/kinde-oss/kinde-management-sdk-js/compare/0.2.1...0.3.0)

- feat: added checkAudience and validateToken methods [`#3`](https://github.com/kinde-oss/kinde-management-sdk-js/pull/3)
- fix: incorrect token expired logic [`86583bf`](https://github.com/kinde-oss/kinde-management-sdk-js/commit/86583bf166352219cdac233e91fe3efc1aee9ecb)
- fix: exception when no aud in token on audience checker [`71853b1`](https://github.com/kinde-oss/kinde-management-sdk-js/commit/71853b108b037e170b57fe7ef9d86408fd379223)

#### [0.2.1](https://github.com/kinde-oss/kinde-management-sdk-js/compare/0.2.0...0.2.1)

> 18 April 2024
- fix: export types [`#2`](https://github.com/kinde-oss/kinde-management-sdk-js/pull/2)
- Update readme.md [`#1`](https://github.com/kinde-oss/kinde-management-sdk-js/pull/1)
- chore: prettier readme format [`d1c8250`](https://github.com/kinde-oss/kinde-management-sdk-js/commit/d1c825059517c503c1ed198a1b1b4108ae7a9e63)
Expand Down
2 changes: 1 addition & 1 deletion lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const LIB_VERSION = "0.2.1";
export const LIB_VERSION = "0.3.0";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"files": [
"dist"
],
"version": "0.2.1",
"version": "0.3.0",
"scripts": {
"dev": "vite",
"prebuild": "node -p \"'export const LIB_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > lib/version.ts",
Expand Down

0 comments on commit 1f8d2a6

Please sign in to comment.