Skip to content

Commit bce8f09

Browse files
committed
Updated package version (0.1.2)
1 parent 02c7a2f commit bce8f09

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0) a
2222
- Refactored `RouterError` exception handling.
2323
- Added ability to disable logging.
2424
- Replaced `--debug` with `--silent` switch.
25+
26+
## [0.1.2] - 2024-09-02
27+
28+
- Upgraded outdated NPM packages
29+
- NPM security fix ([CVE-2024-4068](https://github.com/advisories/GHSA-grv7-fg5c-xmjg))

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

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

0 commit comments

Comments
 (0)