Skip to content

Commit 0ddff6e

Browse files
committed
Release 3.4.0
1 parent 66906d8 commit 0ddff6e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [3.4.0](https://github.com/nzambello/react-csv-reader/compare/v3.3.1...v3.4.0) (2021-10-04)
2+
3+
4+
### Features
5+
6+
* add originalFile to onFileLoaded ([0d379bd](https://github.com/nzambello/react-csv-reader/commit/0d379bd07813d5a77264ea811d0cd7c3f9310bc8))
7+
8+
9+
### Bug Fixes
10+
11+
* originalFile attr + run build ([66906d8](https://github.com/nzambello/react-csv-reader/commit/66906d8b2aa4f0731f6843dcff5c41adf6bee928))
12+
113
### [3.3.1](https://github.com/nzambello/react-csv-reader/compare/v3.3.0...v3.3.1) (2021-07-09)
214

315

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