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 10e37b1 commit 0d0a597Copy full SHA for 0d0a597
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+### [3.5.2](https://github.com/nzambello/react-csv-reader/compare/v3.5.1...v3.5.2) (2022-09-22)
2
+
3
4
+### Bug Fixes
5
6
+* prop-types error ([214ce9b](https://github.com/nzambello/react-csv-reader/commit/214ce9bb56c8d9054744745b3affac1e42f410ec))
7
8
### [3.5.1](https://github.com/nzambello/react-csv-reader/compare/v3.5.0...v3.5.1) (2022-09-22)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "react-csv-reader",
- "version": "3.5.1",
+ "version": "3.5.2",
"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