Skip to content

Commit 0bcb44e

Browse files
authored
Merge pull request #13 from macropygia/changeset-release/main
[ci] release
2 parents 949732d + 105c45a commit 0bcb44e

7 files changed

+11
-26
lines changed

.changeset/fuzzy-tools-film.md

-5
This file was deleted.

.changeset/gentle-laws-decide.md

-5
This file was deleted.

.changeset/silly-crabs-cover.md

-5
This file was deleted.

.changeset/smooth-buckets-heal.md

-5
This file was deleted.

.changeset/tame-pugs-draw.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 0.1.11
4+
5+
### Patch Changes
6+
7+
- 269abba: **[BREAKING CHANGE]** Add client methods for inside the auth hook
8+
- 2ef6462: Bump dependencies
9+
- 9ba432b: Add feature to disable endpoints
10+
- 5010f8d: **[BREAKING CHANGE]** Remove `scope` option and fix scope to `scoped`
11+
- 9ba432b: **[BREAKING CHANGE]** Fix multiple issuer support
12+
313
## 0.1.10
414

515
### 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.10",
3+
"version": "0.1.11",
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)