Skip to content

Commit dde6147

Browse files
committed
Publish v14.3.2
1 parent 88e8069 commit dde6147

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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.3.2](https://github.com/dherault/serverless-offline/compare/v14.3.1...v14.3.2) (2024-08-30)
6+
7+
### Maintenance Updates
8+
- Updated the `v14` release to use the latest `npm` tag for better alignment with current package.
9+
510
## [14.3.1](https://github.com/dherault/serverless-offline/compare/v14.3.0...v14.3.1) (2024-08-30)
611

712
### Bug Fixes
@@ -19,7 +24,7 @@ All notable changes to this project will be documented in this file. See [commit
1924
- handle result structure without body ([#1814](https://github.com/dherault/serverless-offline/pull/1814))
2025
- return 500 Internal Server Error on python error ([#1796](https://github.com/dherault/serverless-offline/pull/1796))
2126

22-
## [14.2.0](https://github.com/dherault/serverless-offline/compare/v14.0.0...v14.2.0) (2024-08-22)
27+
## [14.2.0](https://github.com/dherault/serverless-offline/compare/v14.1.1...v14.2.0) (2024-08-22)
2328

2429
### Features
2530

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.3.1",
3+
"version": "14.3.2",
44
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
55
"license": "MIT",
66
"exports": {

0 commit comments

Comments
 (0)