Skip to content

Commit

Permalink
Merge pull request #89 from levino/release-please--branches--main--co…
Browse files Browse the repository at this point in the history
…mponents--mock-jwks

chore(main): release 1.0.9
  • Loading branch information
mergify[bot] committed Dec 23, 2022
2 parents 4976895 + e41428f commit 8a5f3b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* upgrade `jsonwebtoken` ([4976895](https://github.com/levino/mock-jwks/commit/4976895a17407a4418854e08d67f060eea2d6696))

## [1.0.8](https://github.com/levino/mock-jwks/compare/v1.0.7...v1.0.8) (2022-10-25)


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.8",
"version": "1.0.9",
"main": "build/index.js",
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down

0 comments on commit 8a5f3b1

Please sign in to comment.