Skip to content

Commit 8ee5d70

Browse files
committed
v13.6.0
1 parent 14d2bff commit 8ee5d70

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
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.
44

5+
## [13.6.0](https://github.com/dherault/serverless-offline/compare/v13.5.1...v13.6.0) (2024-05-21)
6+
7+
### Features
8+
9+
- add support for provided.al2023 ([#1788](https://github.com/dherault/serverless-offline/issues/1788)) ([823e770](https://github.com/dherault/serverless-offline/commit/823e770b895c8ae35fb3a6bf6c94de6b9479d232))
10+
11+
### Bug Fixes
12+
13+
- treat application/octet-stream as a binary encoding ([#1587](https://github.com/dherault/serverless-offline/issues/1587)) ([14d2bff](https://github.com/dherault/serverless-offline/commit/14d2bff7ec57f51289d2db8819047aaaa288b03a))
14+
515
## [13.5.1](https://github.com/dherault/serverless-offline/compare/v13.5.0...v13.5.1) (2024-05-19)
616

717
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dedicatedTo": "Blue, a great migrating bird.",
33
"name": "serverless-offline",
4-
"version": "13.5.1",
4+
"version": "13.6.0",
55
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
66
"license": "MIT",
77
"exports": {

0 commit comments

Comments
 (0)