From 92fefc92fade983af002ad38374635968fc286be Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 27 Nov 2022 18:54:42 +0000 Subject: [PATCH] chore(release): 5.1.1 [skip ci] ## [5.1.1](https://github.com/dbartholomae/middy-middleware-jwt-auth/compare/5.1.0...5.1.1) (2022-11-27) ### Bug Fixes * allow middy 3 as peer dependency ([958486a](https://github.com/dbartholomae/middy-middleware-jwt-auth/commit/958486ad483a6ec2ff8d05f49f7da61c1b4f7eed)) * allow middy 4 as peer dependency ([9633c77](https://github.com/dbartholomae/middy-middleware-jwt-auth/commit/9633c77430c99310da4bcec51c5b4b35f70425b9)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2905af8..bf4f46b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [5.1.1](https://github.com/dbartholomae/middy-middleware-jwt-auth/compare/5.1.0...5.1.1) (2022-11-27) + + +### Bug Fixes + +* allow middy 3 as peer dependency ([958486a](https://github.com/dbartholomae/middy-middleware-jwt-auth/commit/958486ad483a6ec2ff8d05f49f7da61c1b4f7eed)) +* allow middy 4 as peer dependency ([9633c77](https://github.com/dbartholomae/middy-middleware-jwt-auth/commit/9633c77430c99310da4bcec51c5b4b35f70425b9)) + # [5.1.0](https://github.com/dbartholomae/middy-middleware-jwt-auth/compare/5.0.0...5.1.0) (2022-04-05) diff --git a/package.json b/package.json index 024e37e..dc78dee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "middy-middleware-jwt-auth", - "version": "5.1.0", + "version": "5.1.1", "description": "A middy JSON web token authorization middleware inspired by express-jwt.", "homepage": "", "license": "MIT",