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

Commit 5fd0c83

Browse files
committed
Bump to version 4.9.1
1 parent 2159ab5 commit 5fd0c83

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* promise: new API module
1111
* errors: finish normalisation of all errors
1212

13-
## Trunk
13+
## Version 4.9.1
1414

1515
Minor improvements:
1616
* delimiter: update ts definition

lib/es5/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ declare namespace parse {
8484
/**
8585
* Set the field delimiter. One character only, defaults to comma.
8686
*/
87-
delimiter?: string | Buffer;
87+
delimiter?: string | string[] | Buffer;
8888
/**
8989
* Set the escape character, one character only, defaults to double quotes.
9090
*/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.9.0",
2+
"version": "4.9.1",
33
"name": "csv-parse",
44
"description": "CSV parsing implementing the Node.js `stream.Transform` API",
55
"keywords": [

0 commit comments

Comments
 (0)