From 21e406e898ae24da2b100ad04ac44f33e939e022 Mon Sep 17 00:00:00 2001 From: mljs-bot <72700744+mljs-bot@users.noreply.github.com> Date: Thu, 27 Jan 2022 15:11:49 +0100 Subject: [PATCH] chore: release 2.1.0 (#42) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fe6f24..5838c25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 17bbc70..0dbb3f3 100644 --- a/package.json +++ b/package.json @@ -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",