Skip to content

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Feb 24, 2021
1 parent 2b61740 commit dc20ecd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.3.0](https://github.com/nzambello/react-csv-reader/compare/v3.2.1...v3.3.0) (2021-02-24)


### Features

* add strict prop for file type validation ([42078e5](https://github.com/nzambello/react-csv-reader/commit/42078e5d4f8c5432f14d69b5187b53d27599768f))

## [3.2.1](https://github.com/nzambello/react-csv-reader/compare/v3.2.0...v3.2.1) (2021-02-11)

# [3.2.0](https://github.com/nzambello/react-csv-reader/compare/v3.1.2...v3.2.0) (2021-02-10)
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.2.1",
"version": "3.3.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 dc20ecd

Please sign in to comment.