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 a9e3c8f commit 42da80fCopy full SHA for 42da80f
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.1.1](https://github.com/mljs/signal-processing/compare/v1.1.0...v1.1.1) (2024-10-10)
4
+
5
6
+### Bug Fixes
7
8
+* allow to import JSON schema as JS module ([a9e3c8f](https://github.com/mljs/signal-processing/commit/a9e3c8fda3377541291a2c555c343c41329b3fac))
9
10
## [1.1.0](https://github.com/mljs/signal-processing/compare/v1.0.4...v1.1.0) (2024-10-09)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-signal-processing",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "Process data in the form of {x:[], y:[]}",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
0 commit comments