Skip to content

Commit ce1c94b

Browse files
authored
chore(main): release 3.0.2 (#16)
1 parent eda138f commit ce1c94b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.0.2](https://github.com/mljs/regression-polynomial/compare/v3.0.1...v3.0.2) (2025-05-22)
4+
5+
6+
### Bug Fixes
7+
8+
* remove dependency on cheminfo-types ([#15](https://github.com/mljs/regression-polynomial/issues/15)) ([eda138f](https://github.com/mljs/regression-polynomial/commit/eda138fca89fe40162304ec689f82a39a51346c7))
9+
310
## [3.0.1](https://github.com/mljs/regression-polynomial/compare/v3.0.0...v3.0.1) (2024-05-16)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-regression-polynomial",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Polynomial Regression",
55
"types": "./lib/index.d.ts",
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)