From b854b733d1ddd4924e7c307edf3fda547d9466bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=A9rault?= Date: Fri, 30 Aug 2024 10:30:05 +0300 Subject: [PATCH] Publish v14.3.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1663e9501..ef7d1d0fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +## [14.3.1](https://github.com/dherault/serverless-offline/compare/v14.3.0...v14.3.1) (2024-08-30) + +### Bug Fixes + +- Revert return 500 Internal Server Error on python error ([#1796](https://github.com/dherault/serverless-offline/pull/1796)) + ## [14.3.0](https://github.com/dherault/serverless-offline/compare/v14.3.0...v14.2.1) (2024-08-30) ### Features diff --git a/package.json b/package.json index 1a0ea9190..a704abbcb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-offline", - "version": "14.3.0", + "version": "14.3.1", "description": "Emulate AWS λ and API Gateway locally when developing your Serverless project", "license": "MIT", "exports": {