Skip to content

Commit

Permalink
chore(release): 4.12.5 [skip ci]
Browse files Browse the repository at this point in the history
## [4.12.5](v4.12.4...v4.12.5) (2023-12-19)

### Bug Fixes

* set minimum node.js version to >= 12 ([962d537](962d537))
  • Loading branch information
semantic-release-bot committed Dec 19, 2023
1 parent 962d537 commit 6eaeb0a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.12.5](https://github.com/CodeGenieApp/serverless-express/compare/v4.12.4...v4.12.5) (2023-12-19)


### Bug Fixes

* set minimum node.js version to >= 12 ([962d537](https://github.com/CodeGenieApp/serverless-express/commit/962d53753bc4fe92afcb316449d2d25fbf45ad7d))

## [4.12.4](https://github.com/CodeGenieApp/serverless-express/compare/v4.12.3...v4.12.4) (2023-12-19)


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.12.4",
"version": "4.12.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 @@ -98,4 +98,4 @@
"path": "./node_modules/@ryansonshine/cz-conventional-changelog"
}
}
}
}

0 comments on commit 6eaeb0a

Please sign in to comment.