Skip to content

Commit 9754095

Browse files
committed
Updated package version (0.1.4)
1 parent 0f8b90f commit 9754095

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0) a
3232

3333
- NPM security fix (CVE-2024-21538)
3434
- Upgraded outdated NPM packages
35+
36+
## [0.1.4] - 2025-07-29
37+
38+
- NPM security fix (CVE-2024-11831)

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
"name": "lambda-edge-server",
33
"description": "AWS CloudFront Lambda@Edge handler function emulator.",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"main": "server.js",
66
"scripts": {
77
"lint": "eslint *.js test",

0 commit comments

Comments
 (0)