Skip to content

Commit 23bf809

Browse files
committed
chore(release): publish v4.3.1
1 parent d5542b6 commit 23bf809

File tree

24 files changed

+137
-27
lines changed

24 files changed

+137
-27
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @docusaurus/core to v2.0.0-alpha.56 ([87c9cdb](https://github.com/C2FO/fast-csv/commit/87c9cdbe1ffa76d2935f8824dd6e57271c82b426))
12+
* **deps:** update dependency @docusaurus/core to v2.0.0-alpha.58 ([7b10f7e](https://github.com/C2FO/fast-csv/commit/7b10f7e16877589c16c74569a764c670803f2268))
13+
* **deps:** update dependency @docusaurus/preset-classic to v2.0.0-alpha.56 ([2cafdac](https://github.com/C2FO/fast-csv/commit/2cafdac853635334d5b2c28230bf7cb3d7b6e783))
14+
* **deps:** update dependency @docusaurus/preset-classic to v2.0.0-alpha.58 ([a4a1e3f](https://github.com/C2FO/fast-csv/commit/a4a1e3f9d6793e445ee400b0bebfaeba035010a4))
15+
* **deps:** update dependency globby to v11.0.1 ([9a21f53](https://github.com/C2FO/fast-csv/commit/9a21f53fd084d42df67d266b8bdb9e3594a8e122))
16+
* **parsing:** Pass errors through callbacks ([84ecdf6](https://github.com/C2FO/fast-csv/commit/84ecdf6ed18b15d68b4ed3e2bfec7eb41b438ad8))
17+
18+
19+
20+
21+
622
# [4.3.0](https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0) (2020-05-27)
723

824

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.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)
7+
8+
**Note:** Version bump only for package fast-csv-benchmarks
9+
10+
11+
12+
13+
614
# [4.3.0](https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0) (2020-05-27)
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.0",
3+
"version": "4.3.1",
44
"private": true,
55
"description": "fast-csv examples",
66
"dependencies": {
7-
"fast-csv": "4.3.0"
7+
"fast-csv": "4.3.1"
88
},
99
"scripts": {
1010
"benchmarks": "node ./index.js"

examples/example-runner/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.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency globby to v11.0.1 ([9a21f53](https://github.com/C2FO/fast-csv/commit/9a21f53fd084d42df67d266b8bdb9e3594a8e122))
12+
13+
14+
15+
16+
617
# [4.3.0](https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0) (2020-05-27)
718

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

examples/example-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-runner",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"private": true,
55
"description": "Runs examples and checks output",
66
"bin": {

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.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)
7+
8+
**Note:** Version bump only for package fast-csv-js-examples
9+
10+
11+
12+
13+
614
# [4.3.0](https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0) (2020-05-27)
715

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

examples/fast-csv-js/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-csv-js-examples",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
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.0",
13-
"fast-csv": "4.3.0"
12+
"example-runner": "4.3.1",
13+
"fast-csv": "4.3.1"
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.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)
7+
8+
**Note:** Version bump only for package fast-csv-ts-examples
9+
10+
11+
12+
13+
614
# [4.3.0](https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0) (2020-05-27)
715

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

examples/fast-csv-ts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-csv-ts-examples",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
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.0",
16-
"fast-csv": "4.3.0",
15+
"example-runner": "4.3.1",
16+
"fast-csv": "4.3.1",
1717
"typescript": "3.9.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.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)
7+
8+
**Note:** Version bump only for package @fast-csv/format-js-examples
9+
10+
11+
12+
13+
614
# [4.3.0](https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0) (2020-05-27)
715

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

0 commit comments

Comments
 (0)