We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace1fb5 commit 50049e3Copy full SHA for 50049e3
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.0.3](https://github.com/mljs/signal-processing/compare/v1.0.2...v1.0.3) (2023-03-24)
4
+
5
6
+### Bug Fixes
7
8
+* update ml-spectra-processing ([ace1fb5](https://github.com/mljs/signal-processing/commit/ace1fb5fbad5d2557c789e3144ac78846db1bb0e))
9
10
## [1.0.2](https://github.com/mljs/signal-processing/compare/v1.0.1...v1.0.2) (2022-11-29)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-signal-processing",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "Process data in the form of {x:[], y:[]}",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
0 commit comments