Skip to content

Commit

Permalink
Merge pull request #202 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.1.1
  • Loading branch information
kodiakhq[bot] committed Jul 16, 2023
2 parents 4ad4623 + 8261bb5 commit aba38b7
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

## [2.1.1](https://github.com/levino/mock-jwks/compare/v2.1.0...v2.1.1) (2023-07-16)


### Bug Fixes

* undo accidental release of msw suppport as minor release ([2dbfd9e](https://github.com/levino/mock-jwks/commit/2dbfd9e61bda4a77affbfadfa85edf31152da653))

## [2.1.0](https://github.com/levino/mock-jwks/compare/v2.0.3...v2.1.0) (2023-07-16)


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

0 comments on commit aba38b7

Please sign in to comment.