Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0](5.1.1...6.0.0) (2023-03-03)

### Bug Fixes

* release dependency update of jsonwebtoken to version 9 ([eede274](eede274))

### BREAKING CHANGES

* middy-middleware-jwt-auth now relies on
jsonwebtoken version 9. The breaking changes from that library apply.
See https://github.com/auth0/node-jsonwebtoken/wiki/Migration-Notes:-v8-to-v9
for migration notes.
  • Loading branch information
semantic-release-bot committed Mar 3, 2023
1 parent eede274 commit 8019f9b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [6.0.0](https://github.com/dbartholomae/middy-middleware-jwt-auth/compare/5.1.1...6.0.0) (2023-03-03)


### Bug Fixes

* release dependency update of jsonwebtoken to version 9 ([eede274](https://github.com/dbartholomae/middy-middleware-jwt-auth/commit/eede2741c1fe4df6d062be1558368ce790ec9512))


### BREAKING CHANGES

* middy-middleware-jwt-auth now relies on
jsonwebtoken version 9. The breaking changes from that library apply.
See https://github.com/auth0/node-jsonwebtoken/wiki/Migration-Notes:-v8-to-v9
for migration notes.

## [5.1.1](https://github.com/dbartholomae/middy-middleware-jwt-auth/compare/5.1.0...5.1.1) (2022-11-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "middy-middleware-jwt-auth",
"version": "5.1.1",
"version": "6.0.0",
"description": "A middy JSON web token authorization middleware inspired by express-jwt.",
"homepage": "",
"license": "MIT",
Expand Down

0 comments on commit 8019f9b

Please sign in to comment.