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

Commit 4f31cb7

Browse files
author
cgohlke
committed
prepare new release 0.6.2
1 parent ab65fe2 commit 4f31cb7

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@ language: node_js
22

33
# test on two node.js versions: 0.6 and 0.8
44
node_js:
5-
- 6
6-
7-
before_script:
8-
- npm install -g gulp
5+
- 6

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ See here: https://yarnpkg.com/en/docs/cli/link
285285
286286
## Release History
287287
288-
* 0.6.x take away old gulp dependency to run tests, works now with scripts in package.json
288+
* 0.6.2 take away old gulp dependency to run tests, works now with scripts in package.json; normalize request path to start from local host (thanks to [@napicella](https://github.com/napicella))
289289
* 0.6.1 s3: fix: aggregate result promises to one promise; fix: s3Route interface
290290
* 0.6.0 new feature: S3 routes available.
291291
* 0.5.0 new feature: SQS route integration now available; bugfix: SNS integration now works with Array of message instead of single message

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

0 commit comments

Comments
 (0)