From 462eb87df178f051bb5859a971bbba8b3f5c27d6 Mon Sep 17 00:00:00 2001 From: dnalborczyk Date: Fri, 23 Sep 2022 19:04:22 -0400 Subject: [PATCH] v10.2.1 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4756d6f6e..d00a1168b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [10.2.1](https://github.com/dherault/serverless-offline/compare/v10.2.0...v10.2.1) (2022-09-23) + +### Bug Fixes + +- usage identifier key condition ([c0b8d75](https://github.com/dherault/serverless-offline/commit/c0b8d7574742dfd1a3a576193912b44623ea51a4)) + +### Maintenance Improvements + +- create lambda only when needed ([5aa44ae](https://github.com/dherault/serverless-offline/commit/5aa44aef98e45184f98d0eeb7a15366dc3c43906)) +- replace jsonwebtoken with jose ([#1579](https://github.com/dherault/serverless-offline/issues/1579)) ([877463b](https://github.com/dherault/serverless-offline/commit/877463b3747455b4ae278c9adc8f8aab67df350b)) + ## [10.2.0](https://github.com/dherault/serverless-offline/compare/v10.1.0...v10.2.0) (2022-09-22) ### Features diff --git a/package-lock.json b/package-lock.json index a4d344dc5..63b5bfc10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "serverless-offline", - "version": "10.2.0", + "version": "10.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "serverless-offline", - "version": "10.2.0", + "version": "10.2.1", "license": "MIT", "dependencies": { "@hapi/boom": "^10.0.0", diff --git a/package.json b/package.json index 7c4d4e922..ca19578f6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "dedicatedTo": "Blue, a great migrating bird.", "name": "serverless-offline", - "version": "10.2.0", + "version": "10.2.1", "description": "Emulate AWS λ and API Gateway locally when developing your Serverless project", "license": "MIT", "exports": {