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 abbf225 commit ef3797eCopy full SHA for ef3797e
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.2.0](https://github.com/mljs/signal-processing/compare/v1.1.1...v1.2.0) (2024-11-14)
4
+
5
6
+### Features
7
8
+* add setMinX setMaxX setMinY setMaxY ([abbf225](https://github.com/mljs/signal-processing/commit/abbf225b0345165d06a9d927187928cbeda64ebb))
9
10
## [1.1.1](https://github.com/mljs/signal-processing/compare/v1.1.0...v1.1.1) (2024-10-10)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-signal-processing",
- "version": "1.1.1",
+ "version": "1.2.0",
"description": "Process data in the form of {x:[], y:[]}",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
0 commit comments