Skip to content

Commit

Permalink
Publish v13.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dherault committed Aug 30, 2024
1 parent 01eb48b commit d70323b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [13.8.0](https://github.com/dherault/serverless-offline/compare/v14.3.0...v14.2.1) (2024-08-30)
## [13.8.0](https://github.com/dherault/serverless-offline/compare/v13.7.0...v13.8.0) (2024-08-30)

### Features

Expand All @@ -11,7 +11,6 @@ All notable changes to this project will be documented in this file. See [commit
### Bug Fixes

- handle result structure without body ([#1814](https://github.com/dherault/serverless-offline/pull/1814))
- return 500 Internal Server Error on python error ([#1796](https://github.com/dherault/serverless-offline/pull/1796))

## [13.7.0](https://github.com/dherault/serverless-offline/compare/v13.6.0...v13.7.0) (2024-05-21)

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,6 +1,6 @@
{
"name": "serverless-offline",
"version": "13.7.1",
"version": "13.8.0",
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
"license": "MIT",
"exports": {
Expand Down

0 comments on commit d70323b

Please sign in to comment.