diff --git a/CHANGELOG.md b/CHANGELOG.md index dadf5c8..55e2382 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.2](https://github.com/levino/mock-jwks/compare/v3.2.1...v3.2.2) (2024-07-17) + + +### Bug Fixes + +* publication pipeline broken ([3e013dc](https://github.com/levino/mock-jwks/commit/3e013dcac62bf209c07202681f6a76a32c9a3bcc)) + ## [3.2.1](https://github.com/levino/mock-jwks/compare/v3.2.0...v3.2.1) (2024-07-17) diff --git a/package.json b/package.json index 55b63c3..47c608a 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.2.1", + "version": "3.2.2", "exports": "./build/index.js", "scripts": { "build": "tsc -p tsconfig.build.json",