Skip to content

Commit bde2cf4

Browse files
authored
chore(main): release 2.0.1 (#12)
1 parent ee8464e commit bde2cf4

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

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+
310
## [2.0.0](https://github.com/mljs/baseline-correction-regression/compare/v1.0.3...v2.0.0) (2024-05-17)
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-baseline-correction-regression",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
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)