Skip to content

Commit ec9fb2b

Browse files
committed
Version 3.2.1
1 parent 7e16a67 commit ec9fb2b

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
@@ -174,6 +174,10 @@ If you do some work on another server, and would love to contribute documentatio
174174
Changelog (Starting at 1.2.0)
175175
------------
176176

177+
##### 3.2.1
178+
179+
* Avoid react warning by not passing unnecessary props to Dom.input [#75]
180+
177181
##### 3.2.0
178182

179183
* Allow custom getSignedUrl() function to be provided [#22]

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.2.0",
3+
"version": "3.2.1",
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)