Skip to content

Commit

Permalink
v10.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Sep 23, 2022
1 parent 877463b commit 462eb87
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 462eb87

Please sign in to comment.