Skip to content

Commit 002f6af

Browse files
committed
Release 3.2.0
1 parent c61158f commit 002f6af

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
### Changelog
29

310
All notable changes to this project will be documented in this file. Dates are displayed in UTC.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-csv-reader",
3-
"version": "3.1.2",
3+
"version": "3.2.0",
44
"description": "React component that handles csv file input.",
55
"main": "dist/react-csv-reader.js",
66
"repository": "https://github.com/nzambello/react-csv-reader",

0 commit comments

Comments
 (0)