Skip to content

Commit ce578d8

Browse files
chore(release): 1.2.1
## [1.2.1](1.2.0...1.2.1) (2022-09-19) ### Bug Fixes * fix issues with http requests ([#480](#480)) ([85c8921](85c8921))
1 parent 3390fe0 commit ce578d8

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.2.1](https://github.com/evolv-ai/serverless-offline-edge-lambda/compare/1.2.0...1.2.1) (2022-09-19)
2+
3+
4+
### Bug Fixes
5+
6+
* fix issues with http requests ([#480](https://github.com/evolv-ai/serverless-offline-edge-lambda/issues/480)) ([85c8921](https://github.com/evolv-ai/serverless-offline-edge-lambda/commit/85c8921bd83bb039a5c4ac3ef1c8ab00349e3434))
7+
18
# [1.2.0](https://github.com/evolv-ai/serverless-offline-edge-lambda/compare/1.1.2...1.2.0) (2021-10-26)
29

310

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,6 +1,6 @@
11
{
22
"name": "serverless-offline-edge-lambda",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
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)