Skip to content

Commit b908170

Browse files
committed
chore(release): publish v4.3.5
1 parent 13e688c commit b908170

File tree

16 files changed

+84
-14
lines changed

16 files changed

+84
-14
lines changed

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+
## [4.3.5](https://github.com/C2FO/fast-csv/compare/v4.3.4...v4.3.5) (2020-11-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **formatting,#446:** Do not quote fields that do not contain a quote ([13e688c](https://github.com/C2FO/fast-csv/commit/13e688cb38dcb67c7182211968c794146be54692)), closes [#446](https://github.com/C2FO/fast-csv/issues/446)
12+
13+
14+
15+
16+
617
## [4.3.4](https://github.com/C2FO/fast-csv/compare/v4.3.3...v4.3.4) (2020-11-03)
718

819

examples/benchmark/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+
## [4.3.5](https://github.com/C2FO/fast-csv/compare/v4.3.4...v4.3.5) (2020-11-03)
7+
8+
**Note:** Version bump only for package fast-csv-benchmarks
9+
10+
11+
12+
13+
614
## [4.3.4](https://github.com/C2FO/fast-csv/compare/v4.3.3...v4.3.4) (2020-11-03)
715

816
**Note:** Version bump only for package fast-csv-benchmarks

examples/benchmark/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "fast-csv-benchmarks",
3-
"version": "4.3.4",
3+
"version": "4.3.5",
44
"private": true,
55
"description": "fast-csv examples",
66
"dependencies": {
7-
"fast-csv": "4.3.4"
7+
"fast-csv": "4.3.5"
88
},
99
"scripts": {
1010
"benchmarks": "node ./index.js"

examples/fast-csv-js/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+
## [4.3.5](https://github.com/C2FO/fast-csv/compare/v4.3.4...v4.3.5) (2020-11-03)
7+
8+
**Note:** Version bump only for package fast-csv-js-examples
9+
10+
11+
12+
13+
614
## [4.3.4](https://github.com/C2FO/fast-csv/compare/v4.3.3...v4.3.4) (2020-11-03)
715

816
**Note:** Version bump only for package fast-csv-js-examples

examples/fast-csv-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-csv-js-examples",
3-
"version": "4.3.4",
3+
"version": "4.3.5",
44
"private": true,
55
"description": "fast-csv examples",
66
"scripts": {
@@ -10,6 +10,6 @@
1010
},
1111
"dependencies": {
1212
"example-runner": "4.3.4",
13-
"fast-csv": "4.3.4"
13+
"fast-csv": "4.3.5"
1414
}
1515
}

examples/fast-csv-ts/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+
## [4.3.5](https://github.com/C2FO/fast-csv/compare/v4.3.4...v4.3.5) (2020-11-03)
7+
8+
**Note:** Version bump only for package fast-csv-ts-examples
9+
10+
11+
12+
13+
614
## [4.3.4](https://github.com/C2FO/fast-csv/compare/v4.3.3...v4.3.4) (2020-11-03)
715

816
**Note:** Version bump only for package fast-csv-ts-examples

examples/fast-csv-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-csv-ts-examples",
3-
"version": "4.3.4",
3+
"version": "4.3.5",
44
"private": true,
55
"description": "fast-csv examples",
66
"scripts": {
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"example-runner": "4.3.4",
16-
"fast-csv": "4.3.4",
16+
"fast-csv": "4.3.5",
1717
"typescript": "4.0.5"
1818
}
1919
}

examples/formatting-js/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+
## [4.3.5](https://github.com/C2FO/fast-csv/compare/v4.3.4...v4.3.5) (2020-11-03)
7+
8+
**Note:** Version bump only for package @fast-csv/format-js-examples
9+
10+
11+
12+
13+
614
## [4.3.4](https://github.com/C2FO/fast-csv/compare/v4.3.3...v4.3.4) (2020-11-03)
715

816
**Note:** Version bump only for package @fast-csv/format-js-examples

examples/formatting-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fast-csv/format-js-examples",
3-
"version": "4.3.4",
3+
"version": "4.3.5",
44
"private": true,
55
"description": "fast-csv formatting examples",
66
"scripts": {
@@ -9,7 +9,7 @@
99
"example": "run-examples run"
1010
},
1111
"dependencies": {
12-
"@fast-csv/format": "4.3.4",
12+
"@fast-csv/format": "4.3.5",
1313
"example-runner": "4.3.4"
1414
}
1515
}

examples/formatting-ts/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+
## [4.3.5](https://github.com/C2FO/fast-csv/compare/v4.3.4...v4.3.5) (2020-11-03)
7+
8+
**Note:** Version bump only for package @fast-csv/formatting-ts-examples
9+
10+
11+
12+
13+
614
## [4.3.4](https://github.com/C2FO/fast-csv/compare/v4.3.3...v4.3.4) (2020-11-03)
715

816
**Note:** Version bump only for package @fast-csv/formatting-ts-examples

examples/formatting-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fast-csv/formatting-ts-examples",
3-
"version": "4.3.4",
3+
"version": "4.3.5",
44
"private": true,
55
"description": "fast-csv formatting typescript examples",
66
"scripts": {
@@ -12,7 +12,7 @@
1212
"compile": "tsc"
1313
},
1414
"dependencies": {
15-
"@fast-csv/format": "4.3.4",
15+
"@fast-csv/format": "4.3.5",
1616
"example-runner": "4.3.4",
1717
"typescript": "4.0.5"
1818
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"hoist": true
1717
}
1818
},
19-
"version": "4.3.4"
19+
"version": "4.3.5"
2020
}

packages/fast-csv/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+
## [4.3.5](https://github.com/C2FO/fast-csv/compare/v4.3.4...v4.3.5) (2020-11-03)
7+
8+
**Note:** Version bump only for package fast-csv
9+
10+
11+
12+
13+
614
## [4.3.4](https://github.com/C2FO/fast-csv/compare/v4.3.3...v4.3.4) (2020-11-03)
715

816
**Note:** Version bump only for package fast-csv

packages/fast-csv/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-csv",
3-
"version": "4.3.4",
3+
"version": "4.3.5",
44
"description": "CSV parser and writer",
55
"main": "./build/src/index.js",
66
"types": "./build/src/index.d.ts",
@@ -37,7 +37,7 @@
3737
"node": ">=10.0.0"
3838
},
3939
"dependencies": {
40-
"@fast-csv/format": "4.3.4",
40+
"@fast-csv/format": "4.3.5",
4141
"@fast-csv/parse": "4.3.3"
4242
}
4343
}

packages/format/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+
## [4.3.5](https://github.com/C2FO/fast-csv/compare/v4.3.4...v4.3.5) (2020-11-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **formatting,#446:** Do not quote fields that do not contain a quote ([13e688c](https://github.com/C2FO/fast-csv/commit/13e688cb38dcb67c7182211968c794146be54692)), closes [#446](https://github.com/C2FO/fast-csv/issues/446)
12+
13+
14+
15+
16+
617
## [4.3.4](https://github.com/C2FO/fast-csv/compare/v4.3.3...v4.3.4) (2020-11-03)
718

819

packages/format/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fast-csv/format",
3-
"version": "4.3.4",
3+
"version": "4.3.5",
44
"description": "fast-csv formatting module",
55
"keywords": [
66
"csv",

0 commit comments

Comments
 (0)