Skip to content

Commit 812499e

Browse files
chore(release): 4.13.0 [skip ci]
# [4.13.0](v4.12.5...v4.13.0) (2023-12-22) ### Features * add support for Step Functions ([#668](#668)) ([1151a3a](1151a3a))
1 parent d2e4363 commit 812499e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [4.13.0](https://github.com/CodeGenieApp/serverless-express/compare/v4.12.5...v4.13.0) (2023-12-22)
2+
3+
4+
### Features
5+
6+
* add support for Step Functions ([#668](https://github.com/CodeGenieApp/serverless-express/issues/668)) ([1151a3a](https://github.com/CodeGenieApp/serverless-express/commit/1151a3a1b0fc1f5d9fe04b9ee12ae2d011ac7c43))
7+
18
## [4.12.5](https://github.com/CodeGenieApp/serverless-express/compare/v4.12.4...v4.12.5) (2023-12-19)
29

310

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codegenie/serverless-express",
3-
"version": "4.12.5",
3+
"version": "4.13.0",
44
"description": "This library enables you to utilize AWS Lambda and Amazon API Gateway to respond to web and API requests using your existing Node.js application framework.",
55
"keywords": [
66
"aws",

0 commit comments

Comments
 (0)