Skip to content

Commit fee0470

Browse files
committed
Publish v13.9.0
1 parent 57a08ea commit fee0470

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.9.0](https://github.com/dherault/serverless-offline/compare/v13.8.3...v13.9.0) (2024-12-09)
6+
7+
### Features
8+
9+
- add support for nodejs22.x runtime to v13 ([#1838](https://github.com/dherault/serverless-offline/issues/1838)) ([3f2056a](https://github.com/dherault/serverless-offline/commit/3f2056ae5379f3ba70e375fb41bff1e31e00eb36))
10+
11+
### Bug Fixes
12+
13+
- update v13 to close jsonpath vulnerability ([#1841](https://github.com/dherault/serverless-offline/issues/1841)) ([57a08ea](https://github.com/dherault/serverless-offline/commit/57a08eabd34ef1fe22ab01b5fef985de1705e16e))
14+
515
## [13.8.3](https://github.com/dherault/serverless-offline/compare/v13.8.2...v13.8.3) (2024-11-06)
616

717
### Maintenance Updates

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

0 commit comments

Comments
 (0)