Skip to content

Commit 7ad7f88

Browse files
committed
chore: release v0.5.1
1 parent 5fa4e97 commit 7ad7f88

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7+
#### [0.5.1](https://github.com/kinde-oss/expo/compare/0.5.0...0.5.1)
8+
9+
- feat: setup auth config to allow enhanced security features. [`#52`](https://github.com/kinde-oss/expo/pull/52)
10+
- feat: add accessToken to the check [`f05d5c2`](https://github.com/kinde-oss/expo/commit/f05d5c2c60319e6b5a12ea112939003c6134c923)
11+
- feat: setupi auth config to allow enhanced security features. [`55263a8`](https://github.com/kinde-oss/expo/commit/55263a855d700efea0f7daefa10c3f9795ac5146)
12+
- fix: address coderabbit comments for best practices [`112ee5c`](https://github.com/kinde-oss/expo/commit/112ee5cc9f0bc36687e3acbc0c78a622b8bd78a5)
13+
714
#### [0.5.0](https://github.com/kinde-oss/expo/compare/0.4.4...0.5.0)
815

16+
> 12 June 2025
17+
18+
- chore: release v0.5.0 [`0f85c72`](https://github.com/kinde-oss/expo/commit/0f85c72b3963834083bfe727ba9dac973a0915ba)
919
- chore: lint [`59b2859`](https://github.com/kinde-oss/expo/commit/59b28598d9ca49d18c60b08653d3fa9356bb1613)
1020
- Merge pull request #49 from kinde-oss/feat/portal [`22ed47c`](https://github.com/kinde-oss/expo/commit/22ed47c85deb5a211a7135f83941eab009b0a94a)
11-
- feat: add portal and billing support [`ef0216f`](https://github.com/kinde-oss/expo/commit/ef0216f405414cb5f5524674dc0bea24339f9336)
1221

1322
#### [0.4.4](https://github.com/kinde-oss/expo/compare/0.4.3...0.4.4)
1423

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"main": "./dist/index.cjs",
2727
"module": "./dist/index.mjs",
2828
"types": "./dist/index.d.ts",
29-
"version": "0.5.0",
29+
"version": "0.5.1",
3030
"scripts": {
3131
"dev": "vite",
3232
"build": "vite build",

0 commit comments

Comments
 (0)