Skip to content

Commit

Permalink
Version bump, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
logandk committed Jul 14, 2017
1 parent a018ecc commit f36cc9e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 1.2.1
## Features
* Support base64 encoding of binary responses automatically based on MIME type

*Andre de Cavaignac*

## Bugs
* Properly handle Python 3 bytestring response

*Andre de Cavaignac*


# 1.2.0
## Features
* Python 3 support
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-wsgi",
"version": "1.2.0",
"version": "1.2.1",
"engines": {
"node": ">=4.0"
},
Expand Down Expand Up @@ -46,16 +46,16 @@
"pylint": "flake8"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"eslint": "^3.18.0",
"chai": "^4.0.0",
"chai-as-promised": "^7.0.0",
"eslint": "^4.0.0",
"istanbul": "^0.4.4",
"mocha": "^3.0.2",
"sinon": "^2.0.0"
},
"dependencies": {
"bluebird": "^3.5.0",
"fs-extra": "^3.0.1",
"fs-extra": "^4.0.0",
"lodash": "^4.17.4"
}
}

0 comments on commit f36cc9e

Please sign in to comment.