Skip to content

Commit f81cf23

Browse files
[ci] release
1 parent 775f1fd commit f81cf23

5 files changed

+9
-16
lines changed

.changeset/bright-countries-explain.md

-5
This file was deleted.

.changeset/friendly-planes-greet.md

-5
This file was deleted.

.changeset/large-donuts-hope.md

-5
This file was deleted.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# elysia-openid-client
22

3+
## 0.1.10
4+
5+
### Patch Changes
6+
7+
- 775f1fd: Add auto refresh to `userinfo`, `introspect`, `resource`, `status` and `claims` endpoints
8+
- 775f1fd: (Breaking) Changed `getEndpoints()` and `getAuthHook()` to getter methods `endpoints` and `authHook`
9+
- 775f1fd: (Breaking) Move hook settings to client options
10+
311
## 0.1.9
412

513
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elysia-openid-client",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"description": "OpenID Connect client plugin for ElysiaJS",
55
"keywords": ["elysia", "elysiajs", "oidc", "openid", "OpenID Connect", "bun"],
66
"homepage": "https://macropygia.github.io/elysia-openid-client/",

0 commit comments

Comments
 (0)