Skip to content

Commit cdae1a0

Browse files
chore(release): 1.2.3
## [1.2.3](1.2.2...1.2.3) (2022-09-22) ### Bug Fixes * removed toString('utf-8') in bahvior-router. ([#535](#535)) ([c30fc10](c30fc10))
1 parent c30fc10 commit cdae1a0

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.3](https://github.com/evolv-ai/serverless-offline-edge-lambda/compare/1.2.2...1.2.3) (2022-09-22)
2+
3+
4+
### Bug Fixes
5+
6+
* removed toString('utf-8') in bahvior-router. ([#535](https://github.com/evolv-ai/serverless-offline-edge-lambda/issues/535)) ([c30fc10](https://github.com/evolv-ai/serverless-offline-edge-lambda/commit/c30fc1091f9b2879eea2a211ddef684ad2113fbc))
7+
18
## [1.2.2](https://github.com/evolv-ai/serverless-offline-edge-lambda/compare/1.2.1...1.2.2) (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.2",
3+
"version": "1.2.3",
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)