Skip to content

Commit 2816ba0

Browse files
authored
chore: release 2.1.5 (#10)
1 parent c041fd9 commit 2816ba0

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [2.1.5](https://www.github.com/mljs/regression-base/compare/v2.1.4...v2.1.5) (2021-11-16)
4+
5+
6+
### Bug Fixes
7+
8+
* add type definitions to auxiliary functions ([#9](https://www.github.com/mljs/regression-base/issues/9)) ([c041fd9](https://www.github.com/mljs/regression-base/commit/c041fd9f7a6e6ad49477c2940a4344ba87d71a21))
9+
310
### [2.1.4](https://www.github.com/mljs/regression-base/compare/v2.1.3...v2.1.4) (2021-10-12)
411

512

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-base",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "Base class for regression modules",
55
"main": "lib/index.js",
66
"module": "src/index.js",

0 commit comments

Comments
 (0)