Skip to content

Commit

Permalink
Updated package version (0.1.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxy committed Sep 2, 2024
1 parent 02c7a2f commit bce8f09
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0) a
- Refactored `RouterError` exception handling.
- Added ability to disable logging.
- Replaced `--debug` with `--silent` switch.

## [0.1.2] - 2024-09-02

- Upgraded outdated NPM packages
- NPM security fix ([CVE-2024-4068](https://github.com/advisories/GHSA-grv7-fg5c-xmjg))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lambda-edge-server",
"description": "AWS CloudFront Lambda@Edge handler function emulator.",
"version": "0.1.1",
"version": "0.1.2",
"main": "server.js",
"scripts": {
"lint": "eslint *.js test",
Expand Down

0 comments on commit bce8f09

Please sign in to comment.