Skip to content

Commit 3dc859e

Browse files
committed
chore(release): publish v4.3.6
1 parent 4bbd39f commit 3dc859e

File tree

22 files changed

+123
-23
lines changed

22 files changed

+123
-23
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.6](https://github.com/C2FO/fast-csv/compare/v4.3.5...v4.3.6) (2020-12-04)
7+
8+
9+
### Bug Fixes
10+
11+
* Simplify empty row check by removing complex regex ([4bbd39f](https://github.com/C2FO/fast-csv/commit/4bbd39f26a8cd7382151ab4f5fb102234b2f829e))
12+
* **deps:** update dependency @types/yargs to v15.0.10 ([9af7a41](https://github.com/C2FO/fast-csv/commit/9af7a410288495c598e8e68705aa530eda56bedb))
13+
* **deps:** update dependency yargs to v16.1.1 ([057a4da](https://github.com/C2FO/fast-csv/commit/057a4da0089a40406e5be9ba665774b8557657f0))
14+
15+
16+
17+
18+
619
## [4.3.5](https://github.com/C2FO/fast-csv/compare/v4.3.4...v4.3.5) (2020-11-03)
720

821

Diff for: examples/benchmark/CHANGELOG.md

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

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

Diff for: examples/benchmark/package.json

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

Diff for: examples/example-runner/CHANGELOG.md

+12
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+
## [4.3.6](https://github.com/C2FO/fast-csv/compare/v4.3.5...v4.3.6) (2020-12-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @types/yargs to v15.0.10 ([9af7a41](https://github.com/C2FO/fast-csv/commit/9af7a410288495c598e8e68705aa530eda56bedb))
12+
* **deps:** update dependency yargs to v16.1.1 ([057a4da](https://github.com/C2FO/fast-csv/commit/057a4da0089a40406e5be9ba665774b8557657f0))
13+
14+
15+
16+
17+
618
## [4.3.4](https://github.com/C2FO/fast-csv/compare/v4.3.3...v4.3.4) (2020-11-03)
719

820
**Note:** Version bump only for package example-runner

Diff for: examples/example-runner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-runner",
3-
"version": "4.3.4",
3+
"version": "4.3.6",
44
"private": true,
55
"description": "Runs examples and checks output",
66
"bin": {

Diff for: examples/fast-csv-js/CHANGELOG.md

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

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

Diff for: examples/fast-csv-js/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-csv-js-examples",
3-
"version": "4.3.5",
3+
"version": "4.3.6",
44
"private": true,
55
"description": "fast-csv examples",
66
"scripts": {
@@ -9,7 +9,7 @@
99
"example": "run-examples run"
1010
},
1111
"dependencies": {
12-
"example-runner": "4.3.4",
13-
"fast-csv": "4.3.5"
12+
"example-runner": "4.3.6",
13+
"fast-csv": "4.3.6"
1414
}
1515
}

Diff for: examples/fast-csv-ts/CHANGELOG.md

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

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

Diff for: examples/fast-csv-ts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-csv-ts-examples",
3-
"version": "4.3.5",
3+
"version": "4.3.6",
44
"private": true,
55
"description": "fast-csv examples",
66
"scripts": {
@@ -12,8 +12,8 @@
1212
"compile": "tsc"
1313
},
1414
"dependencies": {
15-
"example-runner": "4.3.4",
16-
"fast-csv": "4.3.5",
15+
"example-runner": "4.3.6",
16+
"fast-csv": "4.3.6",
1717
"typescript": "4.0.5"
1818
}
1919
}

Diff for: examples/formatting-js/CHANGELOG.md

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

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

Diff for: examples/formatting-js/package.json

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

Diff for: examples/formatting-ts/CHANGELOG.md

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

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

Diff for: examples/formatting-ts/package.json

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

Diff for: examples/parsing-js/CHANGELOG.md

+8
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.6](https://github.com/C2FO/fast-csv/compare/v4.3.5...v4.3.6) (2020-12-04)
7+
8+
**Note:** Version bump only for package @fast-csv/parse-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/parse-js-examples

Diff for: examples/parsing-js/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fast-csv/parse-js-examples",
3-
"version": "4.3.4",
3+
"version": "4.3.6",
44
"private": true,
55
"description": "fast-csv parsing examples",
66
"scripts": {
@@ -9,7 +9,7 @@
99
"example": "run-examples run"
1010
},
1111
"dependencies": {
12-
"@fast-csv/parse": "4.3.3",
13-
"example-runner": "4.3.4"
12+
"@fast-csv/parse": "4.3.6",
13+
"example-runner": "4.3.6"
1414
}
1515
}

Diff for: examples/parsing-ts/CHANGELOG.md

+8
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.6](https://github.com/C2FO/fast-csv/compare/v4.3.5...v4.3.6) (2020-12-04)
7+
8+
**Note:** Version bump only for package @fast-csv/parse-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/parse-ts-examples

Diff for: examples/parsing-ts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fast-csv/parse-ts-examples",
3-
"version": "4.3.4",
3+
"version": "4.3.6",
44
"private": true,
55
"description": "fast-csv parsing typescript examples",
66
"scripts": {
@@ -12,8 +12,8 @@
1212
"compile": "tsc"
1313
},
1414
"dependencies": {
15-
"@fast-csv/parse": "4.3.3",
16-
"example-runner": "4.3.4",
15+
"@fast-csv/parse": "4.3.6",
16+
"example-runner": "4.3.6",
1717
"typescript": "4.0.5"
1818
}
1919
}

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"hoist": true
1717
}
1818
},
19-
"version": "4.3.5"
19+
"version": "4.3.6"
2020
}

Diff for: packages/fast-csv/CHANGELOG.md

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

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

Diff for: packages/fast-csv/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-csv",
3-
"version": "4.3.5",
3+
"version": "4.3.6",
44
"description": "CSV parser and writer",
55
"main": "./build/src/index.js",
66
"types": "./build/src/index.d.ts",
@@ -38,6 +38,6 @@
3838
},
3939
"dependencies": {
4040
"@fast-csv/format": "4.3.5",
41-
"@fast-csv/parse": "4.3.3"
41+
"@fast-csv/parse": "4.3.6"
4242
}
4343
}

Diff for: packages/parse/CHANGELOG.md

+11
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.6](https://github.com/C2FO/fast-csv/compare/v4.3.5...v4.3.6) (2020-12-04)
7+
8+
9+
### Bug Fixes
10+
11+
* Simplify empty row check by removing complex regex ([4bbd39f](https://github.com/C2FO/fast-csv/commit/4bbd39f26a8cd7382151ab4f5fb102234b2f829e))
12+
13+
14+
15+
16+
617
## [4.3.3](https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3) (2020-10-30)
718

819
**Note:** Version bump only for package @fast-csv/parse

Diff for: packages/parse/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fast-csv/parse",
3-
"version": "4.3.3",
3+
"version": "4.3.6",
44
"description": "fast-csv parsing package",
55
"keywords": [
66
"csv",

0 commit comments

Comments
 (0)