Skip to content

Commit

Permalink
chore(release): publish v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed Jun 23, 2020
1 parent d5542b6 commit 23bf809
Show file tree
Hide file tree
Showing 24 changed files with 137 additions and 27 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)


### Bug Fixes

* **deps:** update dependency @docusaurus/core to v2.0.0-alpha.56 ([87c9cdb](https://github.com/C2FO/fast-csv/commit/87c9cdbe1ffa76d2935f8824dd6e57271c82b426))
* **deps:** update dependency @docusaurus/core to v2.0.0-alpha.58 ([7b10f7e](https://github.com/C2FO/fast-csv/commit/7b10f7e16877589c16c74569a764c670803f2268))
* **deps:** update dependency @docusaurus/preset-classic to v2.0.0-alpha.56 ([2cafdac](https://github.com/C2FO/fast-csv/commit/2cafdac853635334d5b2c28230bf7cb3d7b6e783))
* **deps:** update dependency @docusaurus/preset-classic to v2.0.0-alpha.58 ([a4a1e3f](https://github.com/C2FO/fast-csv/commit/a4a1e3f9d6793e445ee400b0bebfaeba035010a4))
* **deps:** update dependency globby to v11.0.1 ([9a21f53](https://github.com/C2FO/fast-csv/commit/9a21f53fd084d42df67d266b8bdb9e3594a8e122))
* **parsing:** Pass errors through callbacks ([84ecdf6](https://github.com/C2FO/fast-csv/commit/84ecdf6ed18b15d68b4ed3e2bfec7eb41b438ad8))





# [4.3.0](https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0) (2020-05-27)


Expand Down
8 changes: 8 additions & 0 deletions examples/benchmark/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)

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





# [4.3.0](https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0) (2020-05-27)

**Note:** Version bump only for package fast-csv-benchmarks
Expand Down
4 changes: 2 additions & 2 deletions examples/benchmark/package.json
@@ -1,10 +1,10 @@
{
"name": "fast-csv-benchmarks",
"version": "4.3.0",
"version": "4.3.1",
"private": true,
"description": "fast-csv examples",
"dependencies": {
"fast-csv": "4.3.0"
"fast-csv": "4.3.1"
},
"scripts": {
"benchmarks": "node ./index.js"
Expand Down
11 changes: 11 additions & 0 deletions examples/example-runner/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)


### Bug Fixes

* **deps:** update dependency globby to v11.0.1 ([9a21f53](https://github.com/C2FO/fast-csv/commit/9a21f53fd084d42df67d266b8bdb9e3594a8e122))





# [4.3.0](https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0) (2020-05-27)

**Note:** Version bump only for package example-runner
Expand Down
2 changes: 1 addition & 1 deletion examples/example-runner/package.json
@@ -1,6 +1,6 @@
{
"name": "example-runner",
"version": "4.3.0",
"version": "4.3.1",
"private": true,
"description": "Runs examples and checks output",
"bin": {
Expand Down
8 changes: 8 additions & 0 deletions examples/fast-csv-js/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)

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





# [4.3.0](https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0) (2020-05-27)

**Note:** Version bump only for package fast-csv-js-examples
Expand Down
6 changes: 3 additions & 3 deletions examples/fast-csv-js/package.json
@@ -1,6 +1,6 @@
{
"name": "fast-csv-js-examples",
"version": "4.3.0",
"version": "4.3.1",
"private": true,
"description": "fast-csv examples",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"example": "run-examples run"
},
"dependencies": {
"example-runner": "4.3.0",
"fast-csv": "4.3.0"
"example-runner": "4.3.1",
"fast-csv": "4.3.1"
}
}
8 changes: 8 additions & 0 deletions examples/fast-csv-ts/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)

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





# [4.3.0](https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0) (2020-05-27)

**Note:** Version bump only for package fast-csv-ts-examples
Expand Down
6 changes: 3 additions & 3 deletions examples/fast-csv-ts/package.json
@@ -1,6 +1,6 @@
{
"name": "fast-csv-ts-examples",
"version": "4.3.0",
"version": "4.3.1",
"private": true,
"description": "fast-csv examples",
"scripts": {
Expand All @@ -12,8 +12,8 @@
"compile": "tsc -p tsconfig.build.json"
},
"dependencies": {
"example-runner": "4.3.0",
"fast-csv": "4.3.0",
"example-runner": "4.3.1",
"fast-csv": "4.3.1",
"typescript": "3.9.5"
}
}
8 changes: 8 additions & 0 deletions examples/formatting-js/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)

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





# [4.3.0](https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0) (2020-05-27)

**Note:** Version bump only for package @fast-csv/format-js-examples
Expand Down
6 changes: 3 additions & 3 deletions examples/formatting-js/package.json
@@ -1,6 +1,6 @@
{
"name": "@fast-csv/format-js-examples",
"version": "4.3.0",
"version": "4.3.1",
"private": true,
"description": "fast-csv formatting examples",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"example": "run-examples run"
},
"dependencies": {
"@fast-csv/format": "4.3.0",
"example-runner": "4.3.0"
"@fast-csv/format": "4.3.1",
"example-runner": "4.3.1"
}
}
8 changes: 8 additions & 0 deletions examples/formatting-ts/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)

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





# [4.3.0](https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0) (2020-05-27)

**Note:** Version bump only for package @fast-csv/formatting-ts-examples
Expand Down
6 changes: 3 additions & 3 deletions examples/formatting-ts/package.json
@@ -1,6 +1,6 @@
{
"name": "@fast-csv/formatting-ts-examples",
"version": "4.3.0",
"version": "4.3.1",
"private": true,
"description": "fast-csv formatting typescript examples",
"scripts": {
Expand All @@ -12,8 +12,8 @@
"compile": "tsc -p tsconfig.build.json"
},
"dependencies": {
"@fast-csv/format": "4.3.0",
"example-runner": "4.3.0",
"@fast-csv/format": "4.3.1",
"example-runner": "4.3.1",
"typescript": "3.9.5"
}
}
8 changes: 8 additions & 0 deletions examples/parsing-js/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)

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





# [4.3.0](https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0) (2020-05-27)

**Note:** Version bump only for package @fast-csv/parse-js-examples
Expand Down
6 changes: 3 additions & 3 deletions examples/parsing-js/package.json
@@ -1,6 +1,6 @@
{
"name": "@fast-csv/parse-js-examples",
"version": "4.3.0",
"version": "4.3.1",
"private": true,
"description": "fast-csv parsing examples",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"example": "run-examples run"
},
"dependencies": {
"@fast-csv/parse": "4.3.0",
"example-runner": "4.3.0"
"@fast-csv/parse": "4.3.1",
"example-runner": "4.3.1"
}
}
8 changes: 8 additions & 0 deletions examples/parsing-ts/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)

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





# [4.3.0](https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0) (2020-05-27)

**Note:** Version bump only for package @fast-csv/parse-ts-examples
Expand Down
6 changes: 3 additions & 3 deletions examples/parsing-ts/package.json
@@ -1,6 +1,6 @@
{
"name": "@fast-csv/parse-ts-examples",
"version": "4.3.0",
"version": "4.3.1",
"private": true,
"description": "fast-csv parsing typescript examples",
"scripts": {
Expand All @@ -12,8 +12,8 @@
"compile": "tsc -p tsconfig.build.json"
},
"dependencies": {
"@fast-csv/parse": "4.3.0",
"example-runner": "4.3.0",
"@fast-csv/parse": "4.3.1",
"example-runner": "4.3.1",
"typescript": "3.9.5"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -16,5 +16,5 @@
"hoist": true
}
},
"version": "4.3.0"
"version": "4.3.1"
}
8 changes: 8 additions & 0 deletions packages/fast-csv/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)

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





# [4.3.0](https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0) (2020-05-27)

**Note:** Version bump only for package fast-csv
Expand Down
6 changes: 3 additions & 3 deletions packages/fast-csv/package.json
@@ -1,6 +1,6 @@
{
"name": "fast-csv",
"version": "4.3.0",
"version": "4.3.1",
"description": "CSV parser and writer",
"main": "./build/src/index.js",
"types": "./build/src/index.d.ts",
Expand Down Expand Up @@ -37,8 +37,8 @@
"node": ">=10.0.0"
},
"dependencies": {
"@fast-csv/format": "4.3.0",
"@fast-csv/parse": "4.3.0",
"@fast-csv/format": "4.3.1",
"@fast-csv/parse": "4.3.1",
"@types/node": "^14.0.1"
}
}
8 changes: 8 additions & 0 deletions packages/format/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)

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





# [4.3.0](https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0) (2020-05-27)

**Note:** Version bump only for package @fast-csv/format
Expand Down
2 changes: 1 addition & 1 deletion packages/format/package.json
@@ -1,6 +1,6 @@
{
"name": "@fast-csv/format",
"version": "4.3.0",
"version": "4.3.1",
"description": "fast-csv formatting module",
"keywords": [
"csv",
Expand Down
11 changes: 11 additions & 0 deletions packages/parse/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)


### Bug Fixes

* **parsing:** Pass errors through callbacks ([84ecdf6](https://github.com/C2FO/fast-csv/commit/84ecdf6ed18b15d68b4ed3e2bfec7eb41b438ad8))





# [4.3.0](https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0) (2020-05-27)

**Note:** Version bump only for package @fast-csv/parse
Expand Down
2 changes: 1 addition & 1 deletion packages/parse/package.json
@@ -1,6 +1,6 @@
{
"name": "@fast-csv/parse",
"version": "4.3.0",
"version": "4.3.1",
"description": "fast-csv parsing package",
"keywords": [
"csv",
Expand Down

0 comments on commit 23bf809

Please sign in to comment.