Skip to content

Commit

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

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.

### [12.0.1](https://github.com/dherault/serverless-offline/compare/v12.0.0...v12.0.1) (2022-12-07)

### Bug Fixes

- Lambda timeout status code ([#1620](https://github.com/dherault/serverless-offline/issues/1620)) ([56d986b](https://github.com/dherault/serverless-offline/commit/56d986b672602b3600fe9b552ecb4ee392ca2201))

## [12.0.0](https://github.com/dherault/serverless-offline/compare/v11.6.0...v12.0.0) (2022-12-03)

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

0 comments on commit e8ec5de

Please sign in to comment.