diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e02c63..31861cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 49cb1e6..22fc82a 100644 --- a/package.json +++ b/package.json @@ -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",