Skip to content

Commit

Permalink
Release 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Apr 1, 2022
1 parent 57d42d0 commit 98e27e1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [3.5.0](https://github.com/nzambello/react-csv-reader/compare/v3.4.0...v3.5.0) (2022-04-01)


### Features

* add inputRef prop. ([7ec784c](https://github.com/nzambello/react-csv-reader/commit/7ec784cb088b8cd912bdf4cea9d8723d9136a95d))


### Maintenance

* run dist, move types to dev deps, update docz build ([a5de40d](https://github.com/nzambello/react-csv-reader/commit/a5de40d3b79813bf748ba03cde4e01a77052c384))

## [3.4.0](https://github.com/nzambello/react-csv-reader/compare/v3.3.1...v3.4.0) (2021-10-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-csv-reader",
"version": "3.4.0",
"version": "3.5.0",
"description": "React component that handles csv file input.",
"main": "dist/react-csv-reader.js",
"repository": "https://github.com/nzambello/react-csv-reader",
Expand Down

0 comments on commit 98e27e1

Please sign in to comment.