Skip to content

Commit 7181762

Browse files
committed
Release 3.0.5
1 parent 55044a9 commit 7181762

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,23 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7+
#### [v3.0.5](https://github.com/nzambello/react-csv-reader/compare/v3.0.4...v3.0.5)
8+
9+
> 3 April 2020
10+
11+
- Update webpack.config.js [`#40`](https://github.com/nzambello/react-csv-reader/pull/40)
12+
- Update issue templates [`#39`](https://github.com/nzambello/react-csv-reader/pull/39)
13+
- Create CODE_OF_CONDUCT.md [`c01b9ea`](https://github.com/nzambello/react-csv-reader/commit/c01b9ea6b41bd5edb4f5e413b410d4005d46a54c)
14+
- added github integration in release-it [`5e17a37`](https://github.com/nzambello/react-csv-reader/commit/5e17a37a102fbb6ec9b74f6c83eb6d96d342fd06)
15+
- dev: added nullish handling as empty list for results [`0a311f6`](https://github.com/nzambello/react-csv-reader/commit/0a311f6ffc3e6c230365058752cc850375905daa)
16+
- Update README.md [`332079f`](https://github.com/nzambello/react-csv-reader/commit/332079fed6065f3b0ba1b21e95f011f12f04afc8)
17+
718
#### [v3.0.4](https://github.com/nzambello/react-csv-reader/compare/v3.0.3...v3.0.4)
819

920
> 21 March 2020
1021
1122
- added release-it [`778ee81`](https://github.com/nzambello/react-csv-reader/commit/778ee8190f2891dcf86b40a27c687ac21cf63319)
23+
- Release 3.0.4 [`8a4a9d6`](https://github.com/nzambello/react-csv-reader/commit/8a4a9d6e3ee58e71eb9a0e96a1830e82ac0ae94a)
1224
- included PapaParse types for parserOptions prop [`48506f8`](https://github.com/nzambello/react-csv-reader/commit/48506f8b7f38c5ee68c4669c5808589fdebd5553)
1325
- fix release-it config [`b10ae0a`](https://github.com/nzambello/react-csv-reader/commit/b10ae0a86e455e35084da7d4b2d87254ea2f73f6)
1426
- fix changelog [`27640eb`](https://github.com/nzambello/react-csv-reader/commit/27640ebdf9709b9cf69e51f965c8c1276ec69691)

dist/react-csv-reader.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-csv-reader.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-csv-reader",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "React component that handles csv file input.",
55
"main": "dist/react-csv-reader.js",
66
"repository": "https://github.com/nzambello/react-csv-reader",

0 commit comments

Comments
 (0)