Skip to content

Commit

Permalink
Release 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Jul 9, 2021
1 parent b122b35 commit ecec788
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### [3.3.1](https://github.com/nzambello/react-csv-reader/compare/v3.3.0...v3.3.1) (2021-07-09)


### Bug Fixes

* fixed typo ([#58](https://github.com/nzambello/react-csv-reader/issues/58)) ([d9f0178](https://github.com/nzambello/react-csv-reader/commit/d9f0178550b49607e48cb897869169762b9e17a3))


### Maintenance

* react 16-17 in peerDeps ([#71](https://github.com/nzambello/react-csv-reader/issues/71)) ([3fe9f9b](https://github.com/nzambello/react-csv-reader/commit/3fe9f9bc9ed03c7044957e9d55a3a3ce301c7d02))
* update changelog preset types ([b122b35](https://github.com/nzambello/react-csv-reader/commit/b122b35859b8c8ca201720e64c5873c2b6e3b073))

# [3.3.0](https://github.com/nzambello/react-csv-reader/compare/v3.2.1...v3.3.0) (2021-02-24)


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.3.0",
"version": "3.3.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 ecec788

Please sign in to comment.