Skip to content

Commit

Permalink
chore(release): 4.10.5 [skip ci]
Browse files Browse the repository at this point in the history
## [4.10.5](v4.10.4...v4.10.5) (2023-12-14)

### Bug Fixes

* remove npm audit; remove nodejs14.x; upgrade to nodejs20.x for examples and release ([ee71c9c](ee71c9c))
* unescape plus in ALB query string ([#660](#660)) ([ebd42d4](ebd42d4))
  • Loading branch information
semantic-release-bot committed Dec 14, 2023
1 parent 3f9caec commit c1359b0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [4.10.5](https://github.com/CodeGenieApp/serverless-express/compare/v4.10.4...v4.10.5) (2023-12-14)


### Bug Fixes

* remove npm audit; remove nodejs14.x; upgrade to nodejs20.x for examples and release ([ee71c9c](https://github.com/CodeGenieApp/serverless-express/commit/ee71c9cf25d5563fa8cc65e23716d3ca10cc59d3))
* unescape plus in ALB query string ([#660](https://github.com/CodeGenieApp/serverless-express/issues/660)) ([ebd42d4](https://github.com/CodeGenieApp/serverless-express/commit/ebd42d4eaf9748c9b5d8d35528aa125896eb1e76))

## [4.10.4](https://github.com/CodeGenieApp/serverless-express/compare/v4.10.3...v4.10.4) (2023-05-21)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codegenie/serverless-express",
"version": "4.10.4",
"version": "4.10.5",
"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.",
"keywords": [
"aws",
Expand Down Expand Up @@ -112,4 +112,4 @@
"path": "./node_modules/@ryansonshine/cz-conventional-changelog"
}
}
}
}

0 comments on commit c1359b0

Please sign in to comment.