Skip to content

Commit

Permalink
v10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Sep 10, 2022
1 parent acb821c commit ad6833a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.0.1](https://github.com/dherault/serverless-offline/compare/v10.0.0...v10.0.1) (2022-09-10)

### Bug Fixes

- await promise ([335993e](https://github.com/dherault/serverless-offline/commit/335993ef4bbdfa0f2a313b2fdd9e2b8ae9ef6d31))
- Support multiple of same query string for LambdaProxyIntegrationEventV2 ([#1525](https://github.com/dherault/serverless-offline/issues/1525)) ([7416c1c](https://github.com/dherault/serverless-offline/commit/7416c1cd9251efb37fba62941bd48e769c7ab18c))

## [10.0.0](https://github.com/dherault/serverless-offline/compare/v9.3.1...v10.0.0) (2022-09-03)

### ⚠ BREAKING CHANGES
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.0.0",
"version": "10.0.1",
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
"license": "MIT",
"exports": {
Expand Down

0 comments on commit ad6833a

Please sign in to comment.