Skip to content

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
* Update lodash to address #260
  • Loading branch information
doug-martin committed Jul 9, 2019
1 parent 70aa1f4 commit 80464c3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v3.0.2

* Update lodash to address [#260](https://github.com/C2FO/fast-csv/pull/260)

# v3.0.1

* Update `.npmignore` to not exclude build directory
Expand Down
14 changes: 6 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-csv",
"version": "3.0.1",
"version": "3.0.2",
"description": "CSV parser and writer",
"main": "./build/src/index.js",
"types": "./build/src/index.d.ts",
Expand Down Expand Up @@ -53,6 +53,6 @@
"dependencies": {
"@types/lodash": "^4.14.132",
"@types/node": "^12.0.2",
"lodash": "^4.17.11"
"lodash": "^4.17.12"
}
}

0 comments on commit 80464c3

Please sign in to comment.