Skip to content

Commit b007d26

Browse files
chore(release): 1.2.2
## [1.2.2](1.2.1...1.2.2) (2022-09-19) ### Bug Fixes * Hot reloading with chokidar & busting of the require cache. ([#515](#515)) ([703d1f4](703d1f4))
1 parent 703d1f4 commit b007d26

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.2](https://github.com/evolv-ai/serverless-offline-edge-lambda/compare/1.2.1...1.2.2) (2022-09-19)
2+
3+
4+
### Bug Fixes
5+
6+
* Hot reloading with chokidar & busting of the require cache. ([#515](https://github.com/evolv-ai/serverless-offline-edge-lambda/issues/515)) ([703d1f4](https://github.com/evolv-ai/serverless-offline-edge-lambda/commit/703d1f4fe2f0cf4365425108be55d0c1cb17acff))
7+
18
## [1.2.1](https://github.com/evolv-ai/serverless-offline-edge-lambda/compare/1.2.0...1.2.1) (2022-09-19)
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.1",
3+
"version": "1.2.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)