Skip to content

Commit 3859eb8

Browse files
authored
chore(main): release 1.0.3 (#10)
1 parent e082126 commit 3859eb8

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [1.0.3](https://github.com/mljs/baseline-correction-regression/compare/v1.0.2...v1.0.3) (2024-05-06)
4+
5+
6+
### Bug Fixes
7+
8+
* import correctly PolynomialRegression ([e082126](https://github.com/mljs/baseline-correction-regression/commit/e082126cc0f00167e400dfe4fadf306debe80278))
9+
* new version with updated dependencies ([a5251a4](https://github.com/mljs/baseline-correction-regression/commit/a5251a487ca3a86ea31bcb0385fba3b0e0baa4bf))
10+
311
## [1.0.2](https://github.com/mljs/baseline-correction-regression/compare/v1.0.1...v1.0.2) (2023-05-22)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-baseline-correction-regression",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Iterative regression based baseline correction",
55
"main": "lib/index.js",
66
"types": "ml-baseline-correction-regression.d.ts",

0 commit comments

Comments
 (0)