Skip to content

Commit 50a1d22

Browse files
committed
Publish v14.1.1
1 parent 2012c8b commit 50a1d22

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+
## [14.1.1](https://github.com/dherault/serverless-offline/compare/v14.1.0...v14.1.1) (2024-08-17)
6+
7+
### Bug Fixes
8+
9+
- Fix ReferenceError: Headers is not defined ([#1768](https://github.com/dherault/serverless-offline/pull/1768))
10+
11+
### Features
12+
13+
- add python 3.12 to supportedRuntimesArchitecture ([ab8565a](https://github.com/dherault/serverless-offline/commit/ab8565a8fd5144dcd0b766da5ef0fac90fce8cb1))
14+
515
## [14.1.0](https://github.com/dherault/serverless-offline/compare/v14.0.0...v14.1.0) (2024-08-17)
616

717
### Features

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,6 +1,6 @@
11
{
22
"name": "serverless-offline",
3-
"version": "14.1.0",
3+
"version": "14.1.1",
44
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
55
"license": "MIT",
66
"exports": {

0 commit comments

Comments
 (0)