Skip to content

Commit 0f32de6

Browse files
committed
Version 3.0.2
1 parent f5a374a commit 0f32de6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ If you do some work on another server, and would love to contribute documentatio
122122
Changelog (Starting at 1.2.0)
123123
------------
124124

125+
##### 3.0.2
126+
127+
* Not passing non-JSON response text to error handlers
128+
125129
##### 3.0.1
126130

127131
* Fixes issue where URL would include "undefined" if this.server was not specified

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-s3-uploader",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "React component that renders a file input and automatically uploads to an S3 bucket",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)