Skip to content

Commit

Permalink
Release 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Apr 3, 2020
1 parent 55044a9 commit 7181762
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,23 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v3.0.5](https://github.com/nzambello/react-csv-reader/compare/v3.0.4...v3.0.5)

> 3 April 2020
- Update webpack.config.js [`#40`](https://github.com/nzambello/react-csv-reader/pull/40)
- Update issue templates [`#39`](https://github.com/nzambello/react-csv-reader/pull/39)
- Create CODE_OF_CONDUCT.md [`c01b9ea`](https://github.com/nzambello/react-csv-reader/commit/c01b9ea6b41bd5edb4f5e413b410d4005d46a54c)
- added github integration in release-it [`5e17a37`](https://github.com/nzambello/react-csv-reader/commit/5e17a37a102fbb6ec9b74f6c83eb6d96d342fd06)
- dev: added nullish handling as empty list for results [`0a311f6`](https://github.com/nzambello/react-csv-reader/commit/0a311f6ffc3e6c230365058752cc850375905daa)
- Update README.md [`332079f`](https://github.com/nzambello/react-csv-reader/commit/332079fed6065f3b0ba1b21e95f011f12f04afc8)

#### [v3.0.4](https://github.com/nzambello/react-csv-reader/compare/v3.0.3...v3.0.4)

> 21 March 2020
- added release-it [`778ee81`](https://github.com/nzambello/react-csv-reader/commit/778ee8190f2891dcf86b40a27c687ac21cf63319)
- Release 3.0.4 [`8a4a9d6`](https://github.com/nzambello/react-csv-reader/commit/8a4a9d6e3ee58e71eb9a0e96a1830e82ac0ae94a)
- included PapaParse types for parserOptions prop [`48506f8`](https://github.com/nzambello/react-csv-reader/commit/48506f8b7f38c5ee68c4669c5808589fdebd5553)
- fix release-it config [`b10ae0a`](https://github.com/nzambello/react-csv-reader/commit/b10ae0a86e455e35084da7d4b2d87254ea2f73f6)
- fix changelog [`27640eb`](https://github.com/nzambello/react-csv-reader/commit/27640ebdf9709b9cf69e51f965c8c1276ec69691)
Expand Down
2 changes: 1 addition & 1 deletion dist/react-csv-reader.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/react-csv-reader.js.map

Large diffs are not rendered by default.

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.0.4",
"version": "3.0.5",
"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 7181762

Please sign in to comment.