Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Commit f3fd3f8

Browse files
author
cgohlke
committed
prepare new minor version 0.3.1
1 parent 16e6e8e commit f3fd3f8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ See here: http://vansande.org/2015/03/20/npm-link/
108108

109109
## Release History
110110

111-
* 0.3.0 proxyIntegration: allow for custom status codes from route (thanks to [@mintuz](https://github.com/mintuz))
111+
* 0.3.1 proxyIntegration: avoid error if response object is not set; add some debug logging
112+
* 0.3.0 proxyIntegration: add PATCH method; allow for custom status codes from route (thanks to [@mintuz](https://github.com/mintuz))
112113
* 0.2.2 proxyIntegration: set correct header values now for CORS
113114
* 0.2.1 proxyIntegration: CORS in Preflight, status code 400 for invalid body, set more CORS headers as default
114115
* 0.2.0 Attention: breaking changes for configuration; add SNS event process

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-lambda-router",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "AWS lambda router",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)