Skip to content

Commit

Permalink
release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaswagner committed Feb 3, 2022
1 parent 605556a commit 3b7c61e
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 14 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.1

### Bug Fixes

- [#29](https://github.com/lukaswagner/csv-parser/issues/29): Fixed `BaseColumn` `get`/`set` functions.

## v0.2

### Features
Expand Down
2 changes: 1 addition & 1 deletion apps/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "MIT",
"dependencies": {
"@csv-parser/data": "1.0.0",
"@lukaswagner/csv-parser": "^0.2.0",
"@lukaswagner/csv-parser": "^0.2.1",
"express": "^4.17.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/vite-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@csv-parser/data": "1.0.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@lukaswagner/csv-parser": "^0.2.0",
"@lukaswagner/csv-parser": "^0.2.1",
"framer-motion": "^5.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/webpack-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@csv-parser/data": "1.0.0",
"@lukaswagner/csv-parser": "^0.2.0"
"@lukaswagner/csv-parser": "^0.2.1"
},
"devDependencies": {
"html-webpack-plugin": "^5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/webpack-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@csv-parser/data": "1.0.0",
"@lukaswagner/csv-parser": "^0.2.0",
"@lukaswagner/csv-parser": "^0.2.1",
"pako": "^2.0.4"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions 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.0",
"version": "0.2.1",
"description": "Multi-threaded CSV parser using web workers.",
"type": "module",
"module": "./lib/csv.js",
Expand Down

1 comment on commit 3b7c61e

@vercel
Copy link

@vercel vercel bot commented on 3b7c61e Feb 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.