From cf02f8caac9a51e2ab9f44c935c318e79980eca0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 27 Jan 2024 11:36:11 +0000 Subject: [PATCH] chore(release): 6.1.0 [skip ci] # [6.1.0](https://github.com/dbartholomae/middy-middleware-jwt-auth/compare/6.0.0...6.1.0) (2024-01-27) ### Features * allow usage with middy v5 ([5e136ab](https://github.com/dbartholomae/middy-middleware-jwt-auth/commit/5e136ab8abf566bde86a6198fb62f8622e6d7520)), closes [#430](https://github.com/dbartholomae/middy-middleware-jwt-auth/issues/430) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d14e60c..1951a1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [6.1.0](https://github.com/dbartholomae/middy-middleware-jwt-auth/compare/6.0.0...6.1.0) (2024-01-27) + + +### Features + +* allow usage with middy v5 ([5e136ab](https://github.com/dbartholomae/middy-middleware-jwt-auth/commit/5e136ab8abf566bde86a6198fb62f8622e6d7520)), closes [#430](https://github.com/dbartholomae/middy-middleware-jwt-auth/issues/430) + # [6.0.0](https://github.com/dbartholomae/middy-middleware-jwt-auth/compare/5.1.1...6.0.0) (2023-03-03) ### Bug Fixes diff --git a/package.json b/package.json index 7387b3b..cf94803 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "middy-middleware-jwt-auth", - "version": "6.0.0", + "version": "6.1.0", "description": "A middy JSON web token authorization middleware inspired by express-jwt.", "homepage": "", "license": "MIT",