Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Bump to version 4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed May 12, 2020
1 parent 2159ab5 commit 5fd0c83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* promise: new API module
* errors: finish normalisation of all errors

## Trunk
## Version 4.9.1

Minor improvements:
* delimiter: update ts definition
Expand Down
2 changes: 1 addition & 1 deletion lib/es5/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ declare namespace parse {
/**
* Set the field delimiter. One character only, defaults to comma.
*/
delimiter?: string | Buffer;
delimiter?: string | string[] | Buffer;
/**
* Set the escape character, one character only, defaults to double quotes.
*/
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.9.0",
"version": "4.9.1",
"name": "csv-parse",
"description": "CSV parsing implementing the Node.js `stream.Transform` API",
"keywords": [
Expand Down

0 comments on commit 5fd0c83

Please # to comment.