Skip to content

Commit f6c8dc8

Browse files
authored
chore(main): release 0.5.2 (#12)
1 parent 7504497 commit f6c8dc8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
### [0.5.2](https://github.com/mljs/signal-processing/compare/v0.5.1...v0.5.2) (2022-05-06)
4+
5+
6+
### Bug Fixes
7+
8+
* calibrateX didn't move the x axis in the right direction ([7504497](https://github.com/mljs/signal-processing/commit/7504497ae653da1022f7e0b9f752e6d41b4e59c7))
9+
310
### [0.5.1](https://github.com/mljs/signal-processing/compare/v0.5.0...v0.5.1) (2022-05-06)
411

512

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.1",
3+
"version": "0.5.2",
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)