We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd991e commit 37d4326Copy full SHA for 37d4326
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [4.0.1](https://github.com/mljs/regression-base/compare/v4.0.0...v4.0.1) (2026-04-16)
4
+
5
6
+### Bug Fixes
7
8
+* update is-any-array ([ddd6ffc](https://github.com/mljs/regression-base/commit/ddd6ffc8346472ff0201feb15c4daaea70b93849))
9
10
## [4.0.0](https://github.com/mljs/regression-base/compare/v3.0.0...v4.0.0) (2024-05-16)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-regression-base",
- "version": "4.0.0",
+ "version": "4.0.1",
"description": "Base class for regression modules",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
0 commit comments