Skip to content

Commit be9c590

Browse files
authored
chore: release 1.0.0 (#14)
1 parent 8818fa5 commit be9c590

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [1.0.0](https://www.github.com/mljs/rolling-ball-baseline/compare/v0.1.0...v1.0.0) (2021-03-24)
4+
5+
6+
### Bug Fixes
7+
8+
* default value for windowS is 8% of number of poitns ([8a10f8c](https://www.github.com/mljs/rolling-ball-baseline/commit/8a10f8cc0b09b37cfb9257a6e599689f66a7876e))
9+
* update dependencies ([8030c85](https://www.github.com/mljs/rolling-ball-baseline/commit/8030c85e2d999df5e42e107b33d15c4568ebf2bf))
10+
311
## 0.1.0 (2020-11-17)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-rolling-ball-baseline",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "Rolling ball baseline correction",
55
"main": "lib/index.js",
66
"module": "src/index.js",

0 commit comments

Comments
 (0)