Skip to content

Commit

Permalink
chore(release): 4.14.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.14.1](v4.14.0...v4.14.1) (2024-04-29)

### Bug Fixes

* handle non-json SQS response bodies ([157fbc2](157fbc2)), closes [#679](#679)
  • Loading branch information
semantic-release-bot committed Apr 29, 2024
1 parent 157fbc2 commit c3c1b9a
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.14.1](https:/CodeGenieApp/serverless-express/compare/v4.14.0...v4.14.1) (2024-04-29)


### Bug Fixes

* handle non-json SQS response bodies ([157fbc2](https:/CodeGenieApp/serverless-express/commit/157fbc2d689a82d72984421921fe8992ba01bf8d)), closes [#679](https:/CodeGenieApp/serverless-express/issues/679)

# [4.14.0](https:/CodeGenieApp/serverless-express/compare/v4.13.0...v4.14.0) (2024-03-12)


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

0 comments on commit c3c1b9a

Please sign in to comment.