Skip to content

Commit

Permalink
chore(main): release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
levino-bot[bot] authored Jul 17, 2024
1 parent e8f341f commit ba8604e
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.0](https://github.com/levino/mock-jwks/compare/v3.1.0...v3.2.0) (2024-07-17)


### Features

* support custom msw server ([e8f341f](https://github.com/levino/mock-jwks/commit/e8f341fe100d6fadf3b74a0145f3c090a7510476))

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

0 comments on commit ba8604e

Please sign in to comment.