Skip to content

Commit 8a86244

Browse files
committed
Updated package version (0.1.6)
1 parent 4c28b03 commit 8a86244

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
@@ -41,3 +41,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0) a
4141

4242
- Package node engine to AWS supported (v20)
4343
- NPM security fix ([CVE-2025-15284](https://github.com/advisories/GHSA-6rw7-vpxm-498p))
44+
45+
## [0.1.6] - 2026-02-18
46+
47+
- NPM security fix ([CVE-2026-2391](https://github.com/advisories/GHSA-w7fw-mjwx-w883))

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.5",
4+
"version": "0.1.6",
55
"main": "server.js",
66
"scripts": {
77
"lint": "eslint *.js test",

0 commit comments

Comments
 (0)