Skip to content

Commit 5135678

Browse files
committed
Release 3.1.2
1 parent bdd9ec4 commit 5135678

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@ 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.1.2](https://github.com/nzambello/react-csv-reader/compare/v3.1.1...v3.1.2)
8+
9+
- chore: updated release-it [`bdd9ec4`](https://github.com/nzambello/react-csv-reader/commit/bdd9ec4208255ab688441f7125cf165ae2aaa234)
10+
- chore: updated papaparse [`2a3fdd8`](https://github.com/nzambello/react-csv-reader/commit/2a3fdd83660200fced404bbfb221fe3ea51f5f78)
11+
712
#### [v3.1.1](https://github.com/nzambello/react-csv-reader/compare/v3.1.0...v3.1.1)
813

914
> 18 August 2020
1015
1116
- added docs with docz [`#48`](https://github.com/nzambello/react-csv-reader/pull/48)
1217
- Bump elliptic from 6.5.2 to 6.5.3 [`#47`](https://github.com/nzambello/react-csv-reader/pull/47)
18+
- Release 3.1.1 [`5d7b940`](https://github.com/nzambello/react-csv-reader/commit/5d7b9408da7539c999cfa15e3d7d21f814df1ab2)
1319
- added link to docs in readme [`9644a90`](https://github.com/nzambello/react-csv-reader/commit/9644a9033be4da3fa510dcd3dc16a61da00ac536)
1420

1521
#### [v3.1.0](https://github.com/nzambello/react-csv-reader/compare/v3.0.6...v3.1.0)

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.1.1",
3+
"version": "3.1.2",
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)