Skip to content

Commit 4c8b003

Browse files
chore(release): 1.0.0
# 1.0.0 (2021-08-01) ### Bug Fixes * address issue with async iterator polyfill ([50d021f](50d021f)) * fix type errors ([023470f](023470f)) * make custom section optional ([e172628](e172628)), closes [#6](#6) * remove default from deprecated --cloudfrontport option ([1e127bb](1e127bb)) ### Features * better emulation of origins and cf includeBody handling ([534b34d](534b34d)) * initial commit of project files ([696021a](696021a)) * overhaul error handling ([d3bcf6e](d3bcf6e)), closes [#193](#193) * rework to run standalone from serverless-offline ([561b9dc](561b9dc))
1 parent f1e9374 commit 4c8b003

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# 1.0.0 (2021-08-01)
2+
3+
4+
### Bug Fixes
5+
6+
* address issue with async iterator polyfill ([50d021f](https://github.com/evolv-ai/serverless-offline-edge-lambda/commit/50d021f030116e124f0946cf74728120916892e3))
7+
* fix type errors ([023470f](https://github.com/evolv-ai/serverless-offline-edge-lambda/commit/023470fc40bf331e0a21f12bd7d32dff1a385564))
8+
* make custom section optional ([e172628](https://github.com/evolv-ai/serverless-offline-edge-lambda/commit/e172628ee8042918253ae765fbac67cc474f63ba)), closes [#6](https://github.com/evolv-ai/serverless-offline-edge-lambda/issues/6)
9+
* remove default from deprecated --cloudfrontport option ([1e127bb](https://github.com/evolv-ai/serverless-offline-edge-lambda/commit/1e127bb2f17da95d6776a872ce7f055bd1e5cefa))
10+
11+
12+
### Features
13+
14+
* better emulation of origins and cf includeBody handling ([534b34d](https://github.com/evolv-ai/serverless-offline-edge-lambda/commit/534b34dd8cfc5c20b39f6cec9027339807528de5))
15+
* initial commit of project files ([696021a](https://github.com/evolv-ai/serverless-offline-edge-lambda/commit/696021a4eec50c358a27743891f2fb84561cf68e))
16+
* overhaul error handling ([d3bcf6e](https://github.com/evolv-ai/serverless-offline-edge-lambda/commit/d3bcf6eb3a274321804e39fdb0c8d20cd57814f8)), closes [#193](https://github.com/evolv-ai/serverless-offline-edge-lambda/issues/193)
17+
* rework to run standalone from serverless-offline ([561b9dc](https://github.com/evolv-ai/serverless-offline-edge-lambda/commit/561b9dc204e1ccbca4cd652fc1e396b639473709))

package-lock.json

Lines changed: 1 addition & 1 deletion
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,6 +1,6 @@
11
{
22
"name": "serverless-offline-edge-lambda",
3-
"version": "1.0.2",
3+
"version": "1.0.0",
44
"description": "A plugin for the Serverless Framework that simulates the behavior of AWS CloudFront Edge Lambdas while developing offline.",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)