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