Skip to content

Commit

Permalink
Release 1.1.1 (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 20, 2023
1 parent 55464bd commit a41a0ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## History

### 1.1.1
* [support "" as double quote escape](https://github.com/extremeheat/dumb-csv/commit/55464bd0024915607b3fc0292a8d70d644745e86) (thanks @extremeheat)

### 1.1.0
* [Add a new "parseFloats" option](https://github.com/extremeheat/dumb-csv/commit/22c2f4108207f1e165c6e3b63984fd296070a38b) (thanks @extremeheat)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dumb-csv",
"version": "1.1.0",
"version": "1.1.1",
"description": "Unfancy and dumb Node.js csv to json or markdown converter",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a41a0ce

Please sign in to comment.