Skip to content

Commit ce7f82c

Browse files
committed
Update CHANGELOG.md
1 parent dfd60be commit ce7f82c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,24 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.0.1] - 2023-02-05
6+
7+
### Changed
8+
9+
- Fixed all instances of improper object literal type checks
10+
- Fixed bug where terms were added to the model vocabulary when making predictions
11+
- Migrated tests from Mocha/Chai to Jest
12+
513
## [2.0.0] - 2020-08-28
614

715
### Breaking changes
816

9-
* Removed `minimumConfidence` from `Model`
17+
- Removed `minimumConfidence` from `Model`
1018

1119
## [1.0.0] - 2020-08-26
1220

1321
Initial release
1422

23+
[2.0.1]: https://github.com/andreekeberg/ml-classify-text-js/releases/tag/2.0.1
1524
[2.0.0]: https://github.com/andreekeberg/ml-classify-text-js/releases/tag/2.0.0
1625
[1.0.0]: https://github.com/andreekeberg/ml-classify-text-js/releases/tag/1.0.0

0 commit comments

Comments
 (0)