Skip to content

Commit c89c2ee

Browse files
authored
Merge pull request #36 from mljs/release-please--branches--main--components--ml-regression
chore(main): release 6.0.0
2 parents 00eb422 + ee2d1d5 commit c89c2ee

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@
1313

1414

1515
<a name="4.4.2"></a>
16+
## [6.0.0](https://github.com/mljs/regression/compare/v5.0.1...v6.0.0) (2024-05-03)
17+
18+
19+
### ⚠ BREAKING CHANGES
20+
21+
* throw error if insufficient number of points
22+
23+
### Features
24+
25+
* throw error if insufficient number of points ([00eb422](https://github.com/mljs/regression/commit/00eb422f371914643700a0af0efd8ed9c7ef679b))
26+
1627
## [4.4.2](https://github.com/mljs/regression/compare/v4.4.1...v4.4.2) (2017-07-21)
1728

1829

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-regression",
3-
"version": "5.0.1",
3+
"version": "6.0.0",
44
"description": "Regression algorithms",
55
"main": "lib/index.js",
66
"module": "src/index.js",

0 commit comments

Comments
 (0)