Skip to content

Commit

Permalink
Merge branch 'main' into chore/update-yarn-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
levino authored Jul 17, 2024
2 parents 3c4149a + 43eafbf commit a94a88d
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.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)


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

0 comments on commit a94a88d

Please sign in to comment.