Skip to content

Commit

Permalink
Merge pull request #194 from levino/release-please--branches--v1--com…
Browse files Browse the repository at this point in the history
…ponents--mock-jwks

chore(v1): release 1.0.10
  • Loading branch information
levino committed Jun 13, 2023
2 parents bb6d965 + 09ef538 commit 9dce522
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.10](https://github.com/levino/mock-jwks/compare/v1.0.9...v1.0.10) (2023-06-13)


### Bug Fixes

* reenable build of v1 ([bb6d965](https://github.com/levino/mock-jwks/commit/bb6d9657cd3125ab92f65a9bdb6a36d9ab56eb86))
* use jsonwebtoken 9 ([a028848](https://github.com/levino/mock-jwks/commit/a0288483f1f2287400f982c947a30d716ef0a8cc)), closes [#193](https://github.com/levino/mock-jwks/issues/193)

## [1.0.9](https://github.com/levino/mock-jwks/compare/v1.0.8...v1.0.9) (2022-12-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mock-jwks",
"description": "A tool to mock a JWKS for development of microservices who consume jwts signed with RSA",
"version": "1.0.9",
"version": "1.0.10",
"main": "build/index.js",
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down

0 comments on commit 9dce522

Please sign in to comment.