Skip to content

Commit 616bf84

Browse files
committed
Release 2.0.0
1 parent 5647cdb commit 616bf84

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11

2+
2.0.0 / 2017-02-08
3+
==================
4+
5+
* updated example
6+
* use decorate instead of method
7+
* removed query params
8+
* default bucket and profile to false
9+
* use aug
10+
* renamed index
11+
* fix
12+
* tweaks
13+
* remove unused slug lib
14+
* return reply(err)
15+
* update deps
16+
* pin deps
17+
* chore(package): update dependencies
18+
* use plugin options
19+
* add acl and host options
20+
* lint fix
21+
* exposes 'uploadtoS3' on server, adds example.js
22+
223
1.0.0 / 2016-11-22
324
==================
425

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Upload files and images directly to s3",
44
"homepage": "https://github.com/firstandthird/hapi-upload-s3",
55
"author": "First+Third",
6-
"version": "1.0.0",
6+
"version": "2.0.0",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/firstandthird/hapi-upload-s3.git"

0 commit comments

Comments
 (0)