We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a00d628 commit 722ca96Copy full SHA for 722ca96
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.0.2](https://github.com/mljs/baseline-correction-regression/compare/v1.0.1...v1.0.2) (2023-05-22)
4
+
5
6
+### Bug Fixes
7
8
+* mjs extension in rollup config ([a00d628](https://github.com/mljs/baseline-correction-regression/commit/a00d62874c382328b83c1057d7e135a607d18cd7))
9
10
## [1.0.1](https://github.com/mljs/baseline-correction-regression/compare/v1.0.0...v1.0.1) (2023-05-22)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-baseline-correction-regression",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "Iterative regression based baseline correction",
"main": "lib/index.js",
"types": "ml-baseline-correction-regression.d.ts",
0 commit comments