Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leeoniya committed Sep 5, 2023
1 parent 8522942 commit fd399bf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/uDSV.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* uDSV.js
* A small, fast CSV parser
* https://github.com/leeoniya/uDSV (v0.5.0)
* https://github.com/leeoniya/uDSV (v0.5.1)
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion dist/uDSV.iife.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* uDSV.js
* A small, fast CSV parser
* https://github.com/leeoniya/uDSV (v0.5.0)
* https://github.com/leeoniya/uDSV (v0.5.1)
*/

var uDSV = (function (exports) {
Expand Down
2 changes: 1 addition & 1 deletion dist/uDSV.iife.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/uDSV.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* uDSV.js
* A small, fast CSV parser
* https://github.com/leeoniya/uDSV (v0.5.0)
* https://github.com/leeoniya/uDSV (v0.5.1)
*/

const comma = ',';
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": "udsv",
"version": "0.5.0",
"version": "0.5.1",
"description": "A small, fast CSV parser",
"main": "./dist/uDSV.cjs.js",
"module": "./dist/uDSV.mjs",
Expand Down

0 comments on commit fd399bf

Please sign in to comment.