We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 196df40 commit d0ea5f9Copy full SHA for d0ea5f9
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.1.0](https://github.com/mljs/rolling-ball-baseline/compare/v1.0.0...v1.1.0) (2022-04-01)
4
+
5
6
+### Features
7
8
+* improve performance by remove slice ([196df40](https://github.com/mljs/rolling-ball-baseline/commit/196df40d73d3ed68f954062fc701a3ea01361652))
9
10
## [1.0.0](https://www.github.com/mljs/rolling-ball-baseline/compare/v0.1.0...v1.0.0) (2021-03-24)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-rolling-ball-baseline",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "Rolling ball baseline correction",
"main": "lib/index.js",
"module": "src/index.js",
0 commit comments