Skip to content

Commit

Permalink
chore(main): release 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot committed May 3, 2024
1 parent 5784863 commit 6e774eb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@


<a name="4.4.2"></a>
## [6.1.0](https://github.com/mljs/regression/compare/v6.0.0...v6.1.0) (2024-05-03)


### Features

* throw if polynomial regression 2d can not be done because not enough points ([5784863](https://github.com/mljs/regression/commit/57848639c5f608dbe91868953209cf0578400a3d))


### Bug Fixes

* add CI ([a915de0](https://github.com/mljs/regression/commit/a915de020998faa5c9dfb54c47802e3fb9a3de93))

## [6.0.0](https://github.com/mljs/regression/compare/v5.0.1...v6.0.0) (2024-05-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ml-regression",
"version": "6.0.0",
"version": "6.1.0",
"description": "Regression algorithms",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit 6e774eb

Please sign in to comment.