We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 654bb1c commit b49c1bcCopy full SHA for b49c1bc
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [2.0.2](https://github.com/mljs/baseline-correction-regression/compare/v2.0.1...v2.0.2) (2026-05-01)
4
+
5
6
+### Bug Fixes
7
8
+* update dependencies ([#13](https://github.com/mljs/baseline-correction-regression/issues/13)) ([654bb1c](https://github.com/mljs/baseline-correction-regression/commit/654bb1cac97cabe9c3ba7bbb2b231291b8fec945))
9
10
## [2.0.1](https://github.com/mljs/baseline-correction-regression/compare/v2.0.0...v2.0.1) (2024-05-17)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-baseline-correction-regression",
- "version": "2.0.1",
+ "version": "2.0.2",
"description": "Iterative regression based baseline correction",
"main": "lib/index.js",
"types": "ml-baseline-correction-regression.d.ts",
0 commit comments