Skip to content

Commit 58ac013

Browse files
chore(release): 4.17.2-beta.1 [skip ci]
## [4.17.2-beta.1](v4.17.1...v4.17.2-beta.1) (2025-12-08) ### Bug Fixes * response.write() to return a bool (resolves [#683](#683)) ([#702](#702)) ([d9be538](d9be538)) * support nested routes and custom domains ([#555](#555)) ([422bac1](422bac1))
1 parent ef1690b commit 58ac013

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [4.17.2-beta.1](https://github.com/CodeGenieApp/serverless-express/compare/v4.17.1...v4.17.2-beta.1) (2025-12-08)
2+
3+
4+
### Bug Fixes
5+
6+
* response.write() to return a bool (resolves [#683](https://github.com/CodeGenieApp/serverless-express/issues/683)) ([#702](https://github.com/CodeGenieApp/serverless-express/issues/702)) ([d9be538](https://github.com/CodeGenieApp/serverless-express/commit/d9be5382fe17c6778c952d162681ad95f17faa34))
7+
* support nested routes and custom domains ([#555](https://github.com/CodeGenieApp/serverless-express/issues/555)) ([422bac1](https://github.com/CodeGenieApp/serverless-express/commit/422bac1c7a81c3f29da9cfbfdc0c48faeeb1a827))
8+
19
## [4.17.1](https://github.com/CodeGenieApp/serverless-express/compare/v4.17.0...v4.17.1) (2025-12-07)
210

311

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codegenie/serverless-express",
3-
"version": "5.0.0",
3+
"version": "4.17.2-beta.1",
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",
@@ -99,4 +99,4 @@
9999
"path": "./node_modules/@ryansonshine/cz-conventional-changelog"
100100
}
101101
}
102-
}
102+
}

0 commit comments

Comments
 (0)