Skip to content

Commit ba2d94b

Browse files
author
Gohlke, Christian
committed
prepare release version 0.9.1
1 parent b83cb4f commit ba2d94b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 0.9.1 (September 11, 2020)
2+
* proxyIntegration: Allow defaultHeaders to be added to the OPTIONS request (#53) (thanks again to [@TerryMooreII ](https://github.com/TerryMooreII) and [LiveOakLabs](https://github.com/LiveOakLabs))
3+
14
### 0.9.0 (September 01, 2020)
25
* proxyIntegration: Adds customizable CORS configurations (#52) (thanks to [@TerryMooreII ](https://github.com/TerryMooreII) and [LiveOakLabs](https://github.com/LiveOakLabs))
36

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.9.0",
3+
"version": "0.9.1",
44
"description": "AWS lambda router",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)