Skip to content

Commit

Permalink
Release 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed May 2, 2020
1 parent 75877ac commit c390692
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,20 @@ 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.6](https://github.com/nzambello/react-csv-reader/compare/v3.0.5...v3.0.6)

> 2 May 2020
- Fix type checker [`#43`](https://github.com/nzambello/react-csv-reader/pull/43)

#### [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)
- Release 3.0.5 [`7181762`](https://github.com/nzambello/react-csv-reader/commit/718176221cc481a1f27fe7d9e7cd612f5a6e5e36)
- 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)
Expand Down
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.5",
"version": "3.0.6",
"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 c390692

Please sign in to comment.