Skip to content

Commit 10fb85d

Browse files
committed
Updated package version (0.1.0)
1 parent 21fcebf commit 10fb85d

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [0.1.0] - 2023-08-09
8+
9+
### Added
10+
11+
- Support PM2 multi-instance forks
12+
- Added epoch timestamp to log
13+
14+
### Updated
15+
16+
- Fixed null property in remoteAddress

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.0.6",
4+
"version": "0.1.0",
55
"main": "server.js",
66
"scripts": {
77
"lint": "eslint *.js test",

0 commit comments

Comments
 (0)