Skip to content

Commit

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

chore(main): release 3.1.0
  • Loading branch information
levino authored Jul 16, 2023
2 parents ba5cd41 + a25b909 commit e34b43f
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

## [3.1.0](https://github.com/levino/mock-jwks/compare/v3.0.0...v3.1.0) (2023-07-16)


### Features

* make createJWKS more robust on malformed base strings ([daa5d8a](https://github.com/levino/mock-jwks/commit/daa5d8a0c295fae62253da64803a298bf2c62b3d))

## [3.0.0](https://github.com/levino/mock-jwks/compare/v2.1.1...v3.0.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": "3.0.0",
"version": "3.1.0",
"exports": "./build/index.js",
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down

0 comments on commit e34b43f

Please sign in to comment.