Skip to content

Commit 8bdbe7e

Browse files
committed
1 parent 9145b75 commit 8bdbe7e

File tree

8 files changed

+48
-5
lines changed

8 files changed

+48
-5
lines changed

demo/issues-cjs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.0.2](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.2) (2021-11-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **csv-issues-esm:** illustrate issue [#300](https://github.com/adaltas/node-csv/issues/300) ([7358f9d](https://github.com/adaltas/node-csv/commit/7358f9d2b150655579dadf2af1aa64206fc7e2fa))
12+
* **csv-stringify:** catch error with sync api, fix [#296](https://github.com/adaltas/node-csv/issues/296) ([e157f40](https://github.com/adaltas/node-csv/commit/e157f407eeffe5bcfb179cb20476169037bfb4f1))
13+
14+
15+
16+
17+
618
## 0.0.1 (2021-11-19)
719

820

demo/issues-cjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv-issues-cjs",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"main": "index.js",
55
"license": "MIT",
66
"private": true,

demo/webpack/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.1](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.1) (2021-11-19)
7+
8+
**Note:** Version bump only for package csv-demo-webpack
9+
10+
11+
12+
13+
614
# 0.1.0 (2021-11-19)
715

816

demo/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv-demo-webpack",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "",
55
"private": true,
66
"scripts": {

packages/csv-stringify/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.0.4](https://github.com/adaltas/node-csv/compare/[email protected]@6.0.4) (2021-11-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **csv-stringify:** catch error with sync api, fix [#296](https://github.com/adaltas/node-csv/issues/296) ([e157f40](https://github.com/adaltas/node-csv/commit/e157f407eeffe5bcfb179cb20476169037bfb4f1))
12+
* **csv-stringify:** node 12 compatibility in flush ([9145b75](https://github.com/adaltas/node-csv/commit/9145b75012ec71a0b4152036af2275bf28c460e0))
13+
14+
15+
16+
17+
618
## [6.0.3](https://github.com/adaltas/node-csv/compare/[email protected]@6.0.3) (2021-11-19)
719

820

packages/csv-stringify/package.json

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

packages/csv/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.0.4](https://github.com/adaltas/node-csv/compare/[email protected]@6.0.4) (2021-11-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **csv-stringify:** node 12 compatibility in flush ([9145b75](https://github.com/adaltas/node-csv/commit/9145b75012ec71a0b4152036af2275bf28c460e0))
12+
13+
14+
15+
16+
617
## [6.0.3](https://github.com/adaltas/node-csv/compare/[email protected]@6.0.3) (2021-11-19)
718

819

packages/csv/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv",
3-
"version": "6.0.3",
3+
"version": "6.0.4",
44
"description": "A mature CSV toolset with simple api, full of options and tested against large datasets.",
55
"keywords": [
66
"node",
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"csv-generate": "^4.0.3",
2525
"csv-parse": "^5.0.3",
26-
"csv-stringify": "^6.0.3",
26+
"csv-stringify": "^6.0.4",
2727
"stream-transform": "^3.0.3"
2828
},
2929
"devDependencies": {

0 commit comments

Comments
 (0)