Skip to content

Commit fcd8ac5

Browse files
committed
chore(release): publish
- csv-demo-eslint@0.1.3 - csv-demo-esm@0.0.6 - csv-stringify@6.1.3 - csv@6.1.3
1 parent 1c22d2e commit fcd8ac5

File tree

8 files changed

+41
-7
lines changed

8 files changed

+41
-7
lines changed

demo/eslint/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.3](https://github.com/adaltas/node-csv/compare/csv-demo-eslint@0.1.2...csv-demo-eslint@0.1.3) (2022-06-16)
7+
8+
**Note:** Version bump only for package csv-demo-eslint
9+
10+
11+
12+
13+
614
### [0.1.2](https://github.com/adaltas/node-csv/compare/csv-demo-eslint@0.1.1...csv-demo-eslint@0.1.2) (2022-06-14)
715

816
**Note:** Version bump only for package csv-demo-eslint

demo/eslint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv-demo-eslint",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "",
55
"main": "index.js",
66
"private": true,
@@ -10,7 +10,7 @@
1010
},
1111
"license": "MIT",
1212
"dependencies": {
13-
"csv-stringify": "^6.1.2"
13+
"csv-stringify": "^6.1.3"
1414
},
1515
"devDependencies": {
1616
"eslint": "^8.16.0",

demo/esm/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.0.6](https://github.com/adaltas/node-csv/compare/csv-demo-esm@0.0.5...csv-demo-esm@0.0.6) (2022-06-16)
7+
8+
**Note:** Version bump only for package csv-demo-esm
9+
10+
11+
12+
13+
614
### [0.0.5](https://github.com/adaltas/node-csv/compare/csv-demo-esm@0.0.4...csv-demo-esm@0.0.5) (2022-06-14)
715

816
**Note:** Version bump only for package csv-demo-esm

demo/esm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "csv-demo-esm",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "module",
77
"private": true,
88
"dependencies": {
9-
"csv": "^6.1.2",
9+
"csv": "^6.1.3",
1010
"csv-parse": "^5.2.0"
1111
},
1212
"devDependencies": {

packages/csv-stringify/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.1.3](https://github.com/adaltas/node-csv/compare/csv-stringify@6.1.2...csv-stringify@6.1.3) (2022-06-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **csv-stringify:** quote_match with empty string pattern quotes empty strings ([#345](https://github.com/adaltas/node-csv/issues/345)) ([1c22d2e](https://github.com/adaltas/node-csv/commit/1c22d2e07f66dd747150b5a7499b5ebd5bc0f25c)), closes [#344](https://github.com/adaltas/node-csv/issues/344)
12+
13+
14+
615
### [6.1.2](https://github.com/adaltas/node-csv/compare/csv-stringify@6.1.1...csv-stringify@6.1.2) (2022-06-14)
716

817

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.1.2",
2+
"version": "6.1.3",
33
"name": "csv-stringify",
44
"description": "CSV stringifier implementing the Node.js `stream.Transform` API",
55
"keywords": [

packages/csv/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.1.3](https://github.com/adaltas/node-csv/compare/csv@6.1.2...csv@6.1.3) (2022-06-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **csv-stringify:** quote_match with empty string pattern quotes empty strings ([#345](https://github.com/adaltas/node-csv/issues/345)) ([1c22d2e](https://github.com/adaltas/node-csv/commit/1c22d2e07f66dd747150b5a7499b5ebd5bc0f25c)), closes [#344](https://github.com/adaltas/node-csv/issues/344)
12+
13+
14+
615
### [6.1.2](https://github.com/adaltas/node-csv/compare/csv@6.1.1...csv@6.1.2) (2022-06-14)
716

817
**Note:** Version bump only for package csv

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.1.2",
3+
"version": "6.1.3",
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.1.0",
2525
"csv-parse": "^5.2.0",
26-
"csv-stringify": "^6.1.2",
26+
"csv-stringify": "^6.1.3",
2727
"stream-transform": "^3.1.0"
2828
},
2929
"devDependencies": {

0 commit comments

Comments
 (0)