Skip to content

Commit

Permalink
chore(release): publish v4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed May 15, 2020
1 parent ff8d131 commit c57fff4
Show file tree
Hide file tree
Showing 16 changed files with 85 additions and 14 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.1.6](https://github.com/C2FO/fast-csv/compare/v4.1.5...v4.1.6) (2020-05-15)


### Bug Fixes

* **deps:** update dependency @docusaurus/core to v2.0.0-alpha.54 ([24a0473](https://github.com/C2FO/fast-csv/commit/24a04730e4f6d981f8e69227bf67c1f07b9352c3))
* **parse:** Handle escaped escape properly [#340](https://github.com/C2FO/fast-csv/issues/340) ([78d9b16](https://github.com/C2FO/fast-csv/commit/78d9b160152ee399f31086cc6b5f66a7ca7f9e24))





## [4.1.5](https://github.com/C2FO/fast-csv/compare/v4.1.4...v4.1.5) (2020-05-15)


Expand Down
8 changes: 8 additions & 0 deletions examples/benchmark/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1.6](https://github.com/C2FO/fast-csv/compare/v4.1.5...v4.1.6) (2020-05-15)

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





## [4.1.5](https://github.com/C2FO/fast-csv/compare/v4.1.4...v4.1.5) (2020-05-15)

**Note:** Version bump only for package fast-csv-benchmarks
Expand Down
4 changes: 2 additions & 2 deletions examples/benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "fast-csv-benchmarks",
"version": "4.1.5",
"version": "4.1.6",
"private": true,
"description": "fast-csv examples",
"dependencies": {
"fast-csv": "4.1.5"
"fast-csv": "4.1.6"
},
"scripts": {
"benchmarks": "node ./index.js"
Expand Down
8 changes: 8 additions & 0 deletions examples/fast-csv-js/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1.6](https://github.com/C2FO/fast-csv/compare/v4.1.5...v4.1.6) (2020-05-15)

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





## [4.1.5](https://github.com/C2FO/fast-csv/compare/v4.1.4...v4.1.5) (2020-05-15)

**Note:** Version bump only for package fast-csv-js-examples
Expand Down
4 changes: 2 additions & 2 deletions examples/fast-csv-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-csv-js-examples",
"version": "4.1.5",
"version": "4.1.6",
"private": true,
"description": "fast-csv examples",
"scripts": {
Expand All @@ -10,6 +10,6 @@
},
"dependencies": {
"example-runner": "4.1.5",
"fast-csv": "4.1.5"
"fast-csv": "4.1.6"
}
}
8 changes: 8 additions & 0 deletions examples/fast-csv-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1.6](https://github.com/C2FO/fast-csv/compare/v4.1.5...v4.1.6) (2020-05-15)

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





## [4.1.5](https://github.com/C2FO/fast-csv/compare/v4.1.4...v4.1.5) (2020-05-15)

**Note:** Version bump only for package fast-csv-ts-examples
Expand Down
4 changes: 2 additions & 2 deletions examples/fast-csv-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-csv-ts-examples",
"version": "4.1.5",
"version": "4.1.6",
"private": true,
"description": "fast-csv examples",
"scripts": {
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"example-runner": "4.1.5",
"fast-csv": "4.1.5",
"fast-csv": "4.1.6",
"typescript": "3.9.2"
}
}
8 changes: 8 additions & 0 deletions examples/parsing-js/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1.6](https://github.com/C2FO/fast-csv/compare/v4.1.5...v4.1.6) (2020-05-15)

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





## [4.1.5](https://github.com/C2FO/fast-csv/compare/v4.1.4...v4.1.5) (2020-05-15)

**Note:** Version bump only for package @fast-csv/parse-js-examples
Expand Down
4 changes: 2 additions & 2 deletions examples/parsing-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fast-csv/parse-js-examples",
"version": "4.1.5",
"version": "4.1.6",
"private": true,
"description": "fast-csv parsing examples",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"example": "run-examples run"
},
"dependencies": {
"@fast-csv/parse": "4.1.5",
"@fast-csv/parse": "4.1.6",
"example-runner": "4.1.5"
}
}
8 changes: 8 additions & 0 deletions examples/parsing-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1.6](https://github.com/C2FO/fast-csv/compare/v4.1.5...v4.1.6) (2020-05-15)

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





## [4.1.5](https://github.com/C2FO/fast-csv/compare/v4.1.4...v4.1.5) (2020-05-15)

**Note:** Version bump only for package @fast-csv/parse-ts-examples
Expand Down
4 changes: 2 additions & 2 deletions examples/parsing-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fast-csv/parse-ts-examples",
"version": "4.1.5",
"version": "4.1.6",
"private": true,
"description": "fast-csv parsing typescript examples",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"compile": "tsc -p tsconfig.build.json"
},
"dependencies": {
"@fast-csv/parse": "4.1.5",
"@fast-csv/parse": "4.1.6",
"example-runner": "4.1.5",
"typescript": "3.9.2"
}
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"hoist": true
}
},
"version": "4.1.5"
"version": "4.1.6"
}
8 changes: 8 additions & 0 deletions packages/fast-csv/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1.6](https://github.com/C2FO/fast-csv/compare/v4.1.5...v4.1.6) (2020-05-15)

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





## [4.1.5](https://github.com/C2FO/fast-csv/compare/v4.1.4...v4.1.5) (2020-05-15)

**Note:** Version bump only for package fast-csv
Expand Down
4 changes: 2 additions & 2 deletions packages/fast-csv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-csv",
"version": "4.1.5",
"version": "4.1.6",
"description": "CSV parser and writer",
"main": "./build/src/index.js",
"types": "./build/src/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@fast-csv/format": "4.1.5",
"@fast-csv/parse": "4.1.5",
"@fast-csv/parse": "4.1.6",
"@types/node": "^14.0.1"
}
}
11 changes: 11 additions & 0 deletions packages/parse/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1.6](https://github.com/C2FO/fast-csv/compare/v4.1.5...v4.1.6) (2020-05-15)


### Bug Fixes

* **parse:** Handle escaped escape properly [#340](https://github.com/C2FO/fast-csv/issues/340) ([78d9b16](https://github.com/C2FO/fast-csv/commit/78d9b160152ee399f31086cc6b5f66a7ca7f9e24))





## [4.1.5](https://github.com/C2FO/fast-csv/compare/v4.1.4...v4.1.5) (2020-05-15)

**Note:** Version bump only for package @fast-csv/parse
Expand Down
2 changes: 1 addition & 1 deletion packages/parse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fast-csv/parse",
"version": "4.1.5",
"version": "4.1.6",
"description": "fast-csv parsing package",
"keywords": [
"csv",
Expand Down

0 comments on commit c57fff4

Please sign in to comment.