From bd55f4572a53bf1d5a8201271176296b3dc098e1 Mon Sep 17 00:00:00 2001 From: "levino-bot[bot]" <115925126+levino-bot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 14:46:31 +0000 Subject: [PATCH] chore(main): release 3.2.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",