Skip to content

Commit

Permalink
chore: release 2.1.3 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Mar 24, 2021
1 parent d49cc93 commit ece243b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [2.1.3](https://www.github.com/mljs/regression-base/compare/v2.1.2...v2.1.3) (2021-03-24)


### Bug Fixes

* allow full range of is-any-array-versions ([d49cc93](https://www.github.com/mljs/regression-base/commit/d49cc93157037928bf1c2eb1949f7726f478d04f))

### [2.1.2](https://github.com/mljs/regression-base/compare/v2.1.1...v2.1.2) (2021-03-24)

## [2.1.1](https://github.com/mljs/regression-base/compare/v2.1.0...v2.1.1) (2020-02-04)
Expand Down Expand Up @@ -79,6 +86,3 @@
### Features

* implement BaseRegression ([7920fce](https://github.com/mljs/regression-base/commit/7920fce))



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-base",
"version": "2.1.2",
"version": "2.1.3",
"description": "Base class for regression modules",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit ece243b

Please sign in to comment.