Skip to content

Commit 1f1335d

Browse files
chore(release): 1.1.2
## [1.1.2](1.1.1...1.1.2) (2021-09-01) ### Bug Fixes * fix package build issue ([#247](#247)) ([3923b6b](3923b6b))
1 parent 3923b6b commit 1f1335d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.2](https://github.com/evolv-ai/serverless-offline-edge-lambda/compare/1.1.1...1.1.2) (2021-09-01)
2+
3+
4+
### Bug Fixes
5+
6+
* fix package build issue ([#247](https://github.com/evolv-ai/serverless-offline-edge-lambda/issues/247)) ([3923b6b](https://github.com/evolv-ai/serverless-offline-edge-lambda/commit/3923b6b8f082a18280159427bf795b6abe69aba9))
7+
18
## [1.1.1](https://github.com/evolv-ai/serverless-offline-edge-lambda/compare/1.1.0...1.1.1) (2021-09-01)
29

310

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.1.1",
3+
"version": "1.1.2",
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)