Skip to content

Commit

Permalink
chore: release 2.1.0 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Jan 27, 2022
1 parent 5858cdb commit 21e406e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.0](https://www.github.com/mljs/random-forest/compare/v2.0.3...v2.1.0) (2022-01-27)


### Features

* export RandomForestBaseOptions type ([#41](https://www.github.com/mljs/random-forest/issues/41)) ([c7c1f55](https://www.github.com/mljs/random-forest/commit/c7c1f55bced9bb6a62941fdff1dd0a605cc2f4dd))

### [2.0.3](https://www.github.com/mljs/random-forest/compare/v2.0.2...v2.0.3) (2022-01-18)


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-random-forest",
"version": "2.0.3",
"version": "2.1.0",
"description": "Random forest for classification and regression",
"main": "random-forest.js",
"module": "src/index.js",
Expand Down

0 comments on commit 21e406e

Please sign in to comment.