Skip to content

Commit 7d4837b

Browse files
committed
chore(release): publish v5.0.1
1 parent fd3f91b commit 7d4837b

File tree

11 files changed

+27185
-27165
lines changed

11 files changed

+27185
-27165
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@
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+
## [5.0.1](https://github.com/C2FO/fast-csv/compare/v5.0.0...v5.0.1) (2024-02-13)
7+
8+
**Note:** Version bump only for package fast-csv
9+
610
# [5.0.0](https://github.com/C2FO/fast-csv/compare/v4.3.6...v5.0.0) (2024-01-13)
711

812
# BREAKING CHANGES
913

10-
- **deps!:** Dropped support for Node.js versions 10, 12, 14 and 15 [#833](https://github.com/C2FO/fast-csv/issues/833)
14+
- **deps!:** Dropped support for Node.js versions 10, 12, 14 and 15 [#833](https://github.com/C2FO/fast-csv/issues/833)
1115

1216
### Bug Fixes
1317

examples/benchmark/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [5.0.1](https://github.com/C2FO/fast-csv/compare/v5.0.0...v5.0.1) (2024-02-13)
7+
8+
**Note:** Version bump only for package fast-csv-benchmarks
9+
610
# [5.0.0](https://github.com/C2FO/fast-csv/compare/v4.3.6...v5.0.0) (2024-01-13)
711

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

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": "5.0.0",
3+
"version": "5.0.1",
44
"private": true,
55
"description": "fast-csv examples",
66
"dependencies": {
7-
"fast-csv": "5.0.0"
7+
"fast-csv": "5.0.1"
88
},
99
"scripts": {
1010
"benchmarks": "node ./index.js"

examples/fast-csv-js/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [5.0.1](https://github.com/C2FO/fast-csv/compare/v5.0.0...v5.0.1) (2024-02-13)
7+
8+
**Note:** Version bump only for package fast-csv-js-examples
9+
610
# [5.0.0](https://github.com/C2FO/fast-csv/compare/v4.3.6...v5.0.0) (2024-01-13)
711

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

examples/fast-csv-js/package.json

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

examples/fast-csv-ts/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [5.0.1](https://github.com/C2FO/fast-csv/compare/v5.0.0...v5.0.1) (2024-02-13)
7+
8+
**Note:** Version bump only for package fast-csv-ts-examples
9+
610
# [5.0.0](https://github.com/C2FO/fast-csv/compare/v4.3.6...v5.0.0) (2024-01-13)
711

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

examples/fast-csv-ts/package.json

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

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"hoist": true
1313
}
1414
},
15-
"version": "5.0.0"
15+
"version": "5.0.1"
1616
}

0 commit comments

Comments
 (0)