Skip to content

Commit

Permalink
Updated package version (0.1.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxy committed May 31, 2024
1 parent 675bd12 commit 4b7d369
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0) a
### Updated

- Fixed null property in remoteAddress

## [0.1.1] - 2024-05-30

### Updated

- Refactored `RouterError` exception handling.
- Added ability to disable logging.
- Replaced `--debug` with `--silent` switch.
16 changes: 8 additions & 8 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.0",
"version": "0.1.1",
"main": "server.js",
"scripts": {
"lint": "eslint *.js test",
Expand Down

0 comments on commit 4b7d369

Please sign in to comment.