Skip to content

Commit f460c46

Browse files
committed
Updated package version (0.1.3)
1 parent 7a7ecc6 commit f460c46

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

2828
- Upgraded outdated NPM packages
2929
- NPM security fix ([CVE-2024-4068](https://github.com/advisories/GHSA-grv7-fg5c-xmjg))
30+
31+
## [0.1.3] - 2024-12-01
32+
33+
- NPM security fix (CVE-2024-21538)
34+
- Upgraded outdated NPM packages

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

0 commit comments

Comments
 (0)