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 ed236eb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
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 ed236eb

Please sign in to comment.