Skip to content

Commit bbb783b

Browse files
committed
chore(release): publish v4.3.2
1 parent 040febe commit bbb783b

File tree

22 files changed

+122
-23
lines changed

22 files changed

+122
-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.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency yargs to v15.4.1 ([74fd72f](https://github.com/C2FO/fast-csv/commit/74fd72f11905547f96c91ed5ffd5620817072231))
12+
* **parsing, #423:** Prevent callback from being called multiple times ([040febe](https://github.com/C2FO/fast-csv/commit/040febe17f5fe763a00f45b1d83c5acd47bbbe0b)), closes [#423](https://github.com/C2FO/fast-csv/issues/423)
13+
* release command ([79ec47f](https://github.com/C2FO/fast-csv/commit/79ec47fa17e0f866835a2c6820851f2e895e9a28))
14+
15+
16+
17+
18+
619
## [4.3.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)
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.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)
7+
8+
**Note:** Version bump only for package fast-csv-benchmarks
9+
10+
11+
12+
13+
614
## [4.3.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)
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.1",
3+
"version": "4.3.2",
44
"private": true,
55
"description": "fast-csv examples",
66
"dependencies": {
7-
"fast-csv": "4.3.1"
7+
"fast-csv": "4.3.2"
88
},
99
"scripts": {
1010
"benchmarks": "node ./index.js"

Diff for: examples/example-runner/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.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency yargs to v15.4.1 ([74fd72f](https://github.com/C2FO/fast-csv/commit/74fd72f11905547f96c91ed5ffd5620817072231))
12+
13+
14+
15+
16+
617
## [4.3.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)
718

819

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.1",
3+
"version": "4.3.2",
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.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)
7+
8+
**Note:** Version bump only for package fast-csv-js-examples
9+
10+
11+
12+
13+
614
## [4.3.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)
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.1",
3+
"version": "4.3.2",
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.1",
13-
"fast-csv": "4.3.1"
12+
"example-runner": "4.3.2",
13+
"fast-csv": "4.3.2"
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.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)
7+
8+
**Note:** Version bump only for package fast-csv-ts-examples
9+
10+
11+
12+
13+
614
## [4.3.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)
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.1",
3+
"version": "4.3.2",
44
"private": true,
55
"description": "fast-csv examples",
66
"scripts": {
@@ -12,8 +12,8 @@
1212
"compile": "tsc -p tsconfig.build.json"
1313
},
1414
"dependencies": {
15-
"example-runner": "4.3.1",
16-
"fast-csv": "4.3.1",
15+
"example-runner": "4.3.2",
16+
"fast-csv": "4.3.2",
1717
"typescript": "3.9.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.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)
7+
8+
**Note:** Version bump only for package @fast-csv/format-js-examples
9+
10+
11+
12+
13+
614
## [4.3.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)
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.1",
3+
"version": "4.3.2",
44
"private": true,
55
"description": "fast-csv formatting examples",
66
"scripts": {
@@ -10,6 +10,6 @@
1010
},
1111
"dependencies": {
1212
"@fast-csv/format": "4.3.1",
13-
"example-runner": "4.3.1"
13+
"example-runner": "4.3.2"
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.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)
7+
8+
**Note:** Version bump only for package @fast-csv/formatting-ts-examples
9+
10+
11+
12+
13+
614
## [4.3.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)
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.1",
3+
"version": "4.3.2",
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.1",
16-
"example-runner": "4.3.1",
16+
"example-runner": "4.3.2",
1717
"typescript": "3.9.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.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)
7+
8+
**Note:** Version bump only for package @fast-csv/parse-js-examples
9+
10+
11+
12+
13+
614
## [4.3.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)
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.1",
3+
"version": "4.3.2",
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.1",
13-
"example-runner": "4.3.1"
12+
"@fast-csv/parse": "4.3.2",
13+
"example-runner": "4.3.2"
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.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)
7+
8+
**Note:** Version bump only for package @fast-csv/parse-ts-examples
9+
10+
11+
12+
13+
614
## [4.3.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)
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.1",
3+
"version": "4.3.2",
44
"private": true,
55
"description": "fast-csv parsing typescript examples",
66
"scripts": {
@@ -12,8 +12,8 @@
1212
"compile": "tsc -p tsconfig.build.json"
1313
},
1414
"dependencies": {
15-
"@fast-csv/parse": "4.3.1",
16-
"example-runner": "4.3.1",
15+
"@fast-csv/parse": "4.3.2",
16+
"example-runner": "4.3.2",
1717
"typescript": "3.9.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.1"
19+
"version": "4.3.2"
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.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)
7+
8+
**Note:** Version bump only for package fast-csv
9+
10+
11+
12+
13+
614
## [4.3.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)
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.1",
3+
"version": "4.3.2",
44
"description": "CSV parser and writer",
55
"main": "./build/src/index.js",
66
"types": "./build/src/index.d.ts",
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@fast-csv/format": "4.3.1",
41-
"@fast-csv/parse": "4.3.1",
41+
"@fast-csv/parse": "4.3.2",
4242
"@types/node": "^14.0.1"
4343
}
4444
}

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.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **parsing, #423:** Prevent callback from being called multiple times ([040febe](https://github.com/C2FO/fast-csv/commit/040febe17f5fe763a00f45b1d83c5acd47bbbe0b)), closes [#423](https://github.com/C2FO/fast-csv/issues/423)
12+
13+
14+
15+
16+
617
## [4.3.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)
718

819

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.1",
3+
"version": "4.3.2",
44
"description": "fast-csv parsing package",
55
"keywords": [
66
"csv",

0 commit comments

Comments
 (0)