We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c61158f commit 002f6afCopy full SHA for 002f6af
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [3.2.0](https://github.com/nzambello/react-csv-reader/compare/v3.1.2...v3.2.0) (2021-02-10)
2
+
3
4
+### Features
5
6
+* Add name attribute to file input ([24866bf](https://github.com/nzambello/react-csv-reader/commit/24866bfcc1bd1affe6a5c1ce69bfe4796e3dd205))
7
8
### Changelog
9
10
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
package.json
@@ -1,6 +1,6 @@
{
"name": "react-csv-reader",
- "version": "3.1.2",
+ "version": "3.2.0",
"description": "React component that handles csv file input.",
"main": "dist/react-csv-reader.js",
"repository": "https://github.com/nzambello/react-csv-reader",
0 commit comments