Skip to content

Commit

Permalink
release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaswagner committed Feb 9, 2022
1 parent 6e000d3 commit c855f95
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.2.3

### Bug Fixes

- [#34](https://github.com/lukaswagner/csv-parser/pull/34): Added workaround for [this vite issue](https://github.com/vitejs/vite/issues/5699)

## v0.2.2

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion packages/csv-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lukaswagner/csv-parser",
"version": "0.2.2",
"version": "0.2.3",
"description": "Multi-threaded CSV parser using web workers.",
"type": "module",
"module": "./lib/csv.js",
Expand Down

0 comments on commit c855f95

Please sign in to comment.