Skip to content

Commit

Permalink
v11.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Oct 18, 2022
1 parent c19211d commit f5f26a0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

### [11.1.3](https://github.com/dherault/serverless-offline/compare/v11.1.2...v11.1.3) (2022-10-18)

### Maintenance Improvements

- create http server ([132dd7f](https://github.com/dherault/serverless-offline/commit/132dd7f18eda078a79ac486c6f63763ae8321b97))
- remove typeof operator for undefined checks ([312d4f0](https://github.com/dherault/serverless-offline/commit/312d4f0819d0a589a7b75f5f0f8b037413445642))
- split get events for http and httpApi ([51a30e9](https://github.com/dherault/serverless-offline/commit/51a30e9a209c16be3b4efca9f406a2b6ffe6017e))

### [11.1.2](https://github.com/dherault/serverless-offline/compare/v11.1.1...v11.1.2) (2022-10-13)

### [11.1.1](https://github.com/dherault/serverless-offline/compare/v11.1.0...v11.1.1) (2022-10-10)
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": "11.1.2",
"version": "11.1.3",
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
"license": "MIT",
"exports": {
Expand Down

0 comments on commit f5f26a0

Please sign in to comment.