We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb492f2 commit 96a21c9Copy full SHA for 96a21c9
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [2.0.1](https://github.com/mljs/rolling-ball-baseline/compare/v2.0.0...v2.0.1) (2023-03-24)
4
+
5
6
+### Bug Fixes
7
8
+* update dependencies ([af4e3bc](https://github.com/mljs/rolling-ball-baseline/commit/af4e3bc3dddf25a2251fd2bfea7b1a31392ffb56))
9
10
## [2.0.0](https://github.com/mljs/rolling-ball-baseline/compare/v1.1.0...v2.0.0) (2022-12-23)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-rolling-ball-baseline",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "Rolling ball baseline correction",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
0 commit comments