Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
logandk committed May 17, 2024
1 parent f1fed00 commit f6eee36
Show file tree
Hide file tree
Showing 4 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 @@
# 3.0.4

## Bugs

- Fix lambda response processing

_Eric Petway_

# 3.0.3

## Features
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-wsgi",
"version": "3.0.3",
"version": "3.0.4",
"engines": {
"node": ">=10"
},
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="serverless-wsgi",
version="3.0.3",
version="3.0.4",
python_requires=">3.6",
author="Logan Raarup",
author_email="logan@logan.dk",
Expand Down

0 comments on commit f6eee36

Please sign in to comment.