diff --git a/CHANGELOG.md b/CHANGELOG.md index 41eb75c..5e5532f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.2.0](https://github.com/nzambello/react-csv-reader/compare/v3.1.2...v3.2.0) (2021-02-10) + + +### Features + +* Add name attribute to file input ([24866bf](https://github.com/nzambello/react-csv-reader/commit/24866bfcc1bd1affe6a5c1ce69bfe4796e3dd205)) + ### Changelog All notable changes to this project will be documented in this file. Dates are displayed in UTC. diff --git a/package.json b/package.json index bd0060d..51bdee6 100644 --- a/package.json +++ b/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",