Skip to content

Commit

Permalink
Merge pull request #8 from waigel/release-please--branches--main--com…
Browse files Browse the repository at this point in the history
…ponents--jwks

chore(main): release jwks 1.0.2
  • Loading branch information
waigel authored Aug 25, 2024
2 parents 5ac7699 + 398ac3d commit dd68574
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "1.0.0",
"packages/jwks": "1.0.1"
"packages/jwks": "1.0.2"
}
7 changes: 7 additions & 0 deletions packages/jwks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.2](https://github.com/waigel/hono-middlewares/compare/[email protected]@v1.0.2) (2024-08-25)


### Bug Fixes

* use npm command in readme.md ([#1](https://github.com/waigel/hono-middlewares/issues/1)) ([5ac7699](https://github.com/waigel/hono-middlewares/commit/5ac7699ebc40f7e1504a177ea5ccd0d3c91271ae))

## [1.0.1](https://github.com/waigel/hono-middlewares/compare/[email protected]) (2024-08-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/jwks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hono-middlewares/jwks",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"description": "Middleware for Hono to validate JWTs using JWKS",
"repository": {
Expand Down

0 comments on commit dd68574

Please sign in to comment.