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 beebf51 commit 08b3c40Copy full SHA for 08b3c40
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.0.4](https://github.com/mljs/signal-processing/compare/v1.0.3...v1.0.4) (2024-03-07)
4
+
5
6
+### Bug Fixes
7
8
+* update dependencies ([beebf51](https://github.com/mljs/signal-processing/commit/beebf515833c149c78c8574ac8abf8fa4eb0d300))
9
10
## [1.0.3](https://github.com/mljs/signal-processing/compare/v1.0.2...v1.0.3) (2023-03-24)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-signal-processing",
- "version": "1.0.3",
+ "version": "1.0.4",
"description": "Process data in the form of {x:[], y:[]}",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
0 commit comments