Skip to content

Commit 5fb976c

Browse files
authored
chore(main): release 1.0.0 (#15)
1 parent 9fb2498 commit 5fb976c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.0](https://github.com/mljs/signal-processing/compare/v0.5.2...v1.0.0) (2022-11-25)
4+
5+
6+
### Bug Fixes
7+
8+
* calibrateX if not enough peaks found ([403bbba](https://github.com/mljs/signal-processing/commit/403bbba2445e5a7eb9155785591ac2e999d4ec8e))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* release v1 ([9fb2498](https://github.com/mljs/signal-processing/commit/9fb249883f526a8ae0171d2eb0c8bbcd479a3aa1))
14+
315
### [0.5.2](https://github.com/mljs/signal-processing/compare/v0.5.1...v0.5.2) (2022-05-06)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-signal-processing",
3-
"version": "0.5.2",
3+
"version": "1.0.0",
44
"description": "Process data in the form of {x:[], y:[]}",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)