Skip to content

Commit 05aa36d

Browse files
author
Julien M
committed
0.1.8
1 parent ff69ba4 commit 05aa36d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ You should fork this repo, and issue a Pull Request with your proposed changes.
143143
For now the upload is limited to 1 file per target. This could change if I find a scenario needing it.
144144

145145
## Release History
146+
- 0.1.8 - 2015-01-12: Happy New Year! Now gives more information on unknown error (like when there's no connectivity), rather than `null` (PR from [Marcus](https://github.com/marcusds)).
146147
- 0.1.7 - 2014-12-30: Add onComplete as an optional callback function used to process server's response (PR from [Remigiusz Jackowski](https://github.com/remiq)).
147148
- 0.1.6 - 2014-10-13: Add rejectUnauthorized option to bypass SSL certificate verification (PR from [GODDET](https://github.com/GODDET)).
148149
- 0.1.4/0.1.5 - 2014-05-25: Upload success on all 2XX codes (PR from [Shane Smith](http://github.com/shanesmith)) + Fix.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-http-upload",
33
"description": "Grunt plugin to upload files through POST/PUT HTTP request",
4-
"version": "0.1.7",
4+
"version": "0.1.8",
55
"homepage": "https://github.com/DiscoverGrunt/grunt-http-upload",
66
"author": {
77
"name": "Julien M",

0 commit comments

Comments
 (0)