Skip to content

Commit

Permalink
Merge pull request #124 from levino/release-please--branches--main--c…
Browse files Browse the repository at this point in the history
…omponents--mock-jwks

chore(main): release 2.0.0
  • Loading branch information
kodiakhq[bot] committed Mar 15, 2023
2 parents d394fad + 2ee11d6 commit 4f4af18
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/levino/mock-jwks/compare/v1.0.9...v2.0.0) (2023-03-15)


### ⚠ BREAKING CHANGES

* make it an esmodule

### Features

* make it an esmodule ([b98f022](https://github.com/levino/mock-jwks/commit/b98f0227bb3e781171bd05d79044a9472df81499))

## [1.0.9](https://github.com/levino/mock-jwks/compare/v1.0.8...v1.0.9) (2022-12-23)


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

0 comments on commit 4f4af18

Please sign in to comment.