Skip to content

Commit

Permalink
chore: release 2.1.1 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Jan 14, 2022
1 parent 48dd34e commit 2cdf50f
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.1](https://www.github.com/mljs/decision-tree-cart/compare/v2.1.0...v2.1.1) (2022-01-14)


### Bug Fixes

* changes to fix issues 9, 15, 17, 28, 32 in random-forest ([#20](https://www.github.com/mljs/decision-tree-cart/issues/20)) ([134da30](https://www.github.com/mljs/decision-tree-cart/commit/134da308e72fa75de7846d26eeb24ec1e4974ffa))

## [2.1.0](https://www.github.com/mljs/decision-tree-cart/compare/v2.0.2...v2.1.0) (2021-07-30)


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-cart",
"version": "2.1.0",
"version": "2.1.1",
"description": "CART decision tree algorithm",
"main": "cart.js",
"module": "src/index.js",
Expand Down

0 comments on commit 2cdf50f

Please sign in to comment.