Skip to content

Commit

Permalink
chore(csv-parse): Bump to version 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Oct 4, 2019
1 parent c6146ae commit 3a8ef4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* max_comment_size: new option
* promise: new API module

## Trunk
## Version 4.5.0

* errors: start normalizing errors with unique codes and context
* errors: expose CSV_INVALID_CLOSING_QUOTE
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.4.7",
"version": "4.5.0",
"name": "csv-parse",
"description": "CSV parsing implementing the Node.js `stream.Transform` API",
"keywords": [
Expand Down

0 comments on commit 3a8ef4f

Please sign in to comment.