Skip to content

Commit

Permalink
Release 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Sep 22, 2022
1 parent 45b0de7 commit aee0b25
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### [3.5.1](https://github.com/nzambello/react-csv-reader/compare/v3.5.0...v3.5.1) (2022-09-22)


### Maintenance

* add react 17.0.0 to peerDependencies ([a4202bd](https://github.com/nzambello/react-csv-reader/commit/a4202bded38b3783e6c533f34ef48d9e2d6adf14))
* update peerDependencies to expect react 17 as well ([19164a0](https://github.com/nzambello/react-csv-reader/commit/19164a0de1dca643e789e466ccbbf9891dd657de))

## [3.5.0](https://github.com/nzambello/react-csv-reader/compare/v3.4.0...v3.5.0) (2022-04-01)


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.5.0",
"version": "3.5.1",
"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 aee0b25

Please sign in to comment.