Skip to content

Commit

Permalink
chore(release): publish v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zackerydev committed Feb 13, 2024
1 parent fd3f91b commit 7d4837b
Show file tree
Hide file tree
Showing 11 changed files with 27,185 additions and 27,165 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.1](https://github.com/C2FO/fast-csv/compare/v5.0.0...v5.0.1) (2024-02-13)

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

# [5.0.0](https://github.com/C2FO/fast-csv/compare/v4.3.6...v5.0.0) (2024-01-13)

# BREAKING CHANGES

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

### Bug Fixes

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

## [5.0.1](https://github.com/C2FO/fast-csv/compare/v5.0.0...v5.0.1) (2024-02-13)

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

# [5.0.0](https://github.com/C2FO/fast-csv/compare/v4.3.6...v5.0.0) (2024-01-13)

**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": "5.0.0",
"version": "5.0.1",
"private": true,
"description": "fast-csv examples",
"dependencies": {
"fast-csv": "5.0.0"
"fast-csv": "5.0.1"
},
"scripts": {
"benchmarks": "node ./index.js"
Expand Down
4 changes: 4 additions & 0 deletions examples/fast-csv-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.1](https://github.com/C2FO/fast-csv/compare/v5.0.0...v5.0.1) (2024-02-13)

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

# [5.0.0](https://github.com/C2FO/fast-csv/compare/v4.3.6...v5.0.0) (2024-01-13)

**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": "5.0.0",
"version": "5.0.1",
"private": true,
"description": "fast-csv examples",
"scripts": {
Expand All @@ -10,6 +10,6 @@
},
"dependencies": {
"example-runner": "5.0.0",
"fast-csv": "5.0.0"
"fast-csv": "5.0.1"
}
}
4 changes: 4 additions & 0 deletions examples/fast-csv-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.1](https://github.com/C2FO/fast-csv/compare/v5.0.0...v5.0.1) (2024-02-13)

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

# [5.0.0](https://github.com/C2FO/fast-csv/compare/v4.3.6...v5.0.0) (2024-01-13)

**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": "5.0.0",
"version": "5.0.1",
"private": true,
"description": "fast-csv examples",
"scripts": {
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"example-runner": "5.0.0",
"fast-csv": "5.0.0",
"fast-csv": "5.0.1",
"typescript": "5.3.3"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"hoist": true
}
},
"version": "5.0.0"
"version": "5.0.1"
}
Loading

0 comments on commit 7d4837b

Please sign in to comment.