Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Nov 25, 2022
1 parent 9fb2498 commit 5fb976c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.0.0](https://github.com/mljs/signal-processing/compare/v0.5.2...v1.0.0) (2022-11-25)


### Bug Fixes

* calibrateX if not enough peaks found ([403bbba](https://github.com/mljs/signal-processing/commit/403bbba2445e5a7eb9155785591ac2e999d4ec8e))


### Miscellaneous Chores

* release v1 ([9fb2498](https://github.com/mljs/signal-processing/commit/9fb249883f526a8ae0171d2eb0c8bbcd479a3aa1))

### [0.5.2](https://github.com/mljs/signal-processing/compare/v0.5.1...v0.5.2) (2022-05-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ml-signal-processing",
"version": "0.5.2",
"version": "1.0.0",
"description": "Process data in the form of {x:[], y:[]}",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down

0 comments on commit 5fb976c

Please sign in to comment.