Skip to content

Commit 4b7d369

Browse files
committed
Updated package version (0.1.1)
1 parent 675bd12 commit 4b7d369

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0) a
1414
### Updated
1515

1616
- Fixed null property in remoteAddress
17+
18+
## [0.1.1] - 2024-05-30
19+
20+
### Updated
21+
22+
- Refactored `RouterError` exception handling.
23+
- Added ability to disable logging.
24+
- Replaced `--debug` with `--silent` switch.

Diff for: package-lock.json

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

0 commit comments

Comments
 (0)