Skip to content

Commit 4797214

Browse files
chore(release): 5.0.0-beta.2 [skip ci]
# [5.0.0-beta.2](v5.0.0-beta.1...v5.0.0-beta.2) (2026-04-07) ### Bug Fixes * **event-sources:** prevent static resource path from being stripped without custom domain ([5b2e683](5b2e683))
1 parent 08f9fe6 commit 4797214

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+
# [5.0.0-beta.2](https://github.com/CodeGenieApp/serverless-express/compare/v5.0.0-beta.1...v5.0.0-beta.2) (2026-04-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **event-sources:** prevent static resource path from being stripped without custom domain ([5b2e683](https://github.com/CodeGenieApp/serverless-express/commit/5b2e683e3ff7a3a4ca6eb9d4c879a434fc182396))
7+
18
# [5.0.0-beta.1](https://github.com/CodeGenieApp/serverless-express/compare/v4.17.1...v5.0.0-beta.1) (2025-12-08)
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": "@codegenie/serverless-express",
3-
"version": "5.0.0-beta.1",
3+
"version": "5.0.0-beta.2",
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)