Skip to content

Commit

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

chore(main): release 2.0.2
  • Loading branch information
kodiakhq[bot] committed Mar 15, 2023
2 parents 2dc9f21 + 3aa6a12 commit 2fe9e3b
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

## [2.0.2](https://github.com/levino/mock-jwks/compare/v2.0.1...v2.0.2) (2023-03-15)


### Bug Fixes

* correct format ([c76af27](https://github.com/levino/mock-jwks/commit/c76af274151f0bd3c305e96229f4deca50267e1b))
* re-add examples to readme for convenience ([60aa568](https://github.com/levino/mock-jwks/commit/60aa568ee40525ccf7ad79301b0b32067e25b131))

## [2.0.1](https://github.com/levino/mock-jwks/compare/v2.0.0...v2.0.1) (2023-03-15)


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

0 comments on commit 2fe9e3b

Please sign in to comment.