Skip to content

Commit 42da80f

Browse files
authored
chore(main): release 1.1.1 (#22)
1 parent a9e3c8f commit 42da80f

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+
## [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+
310
## [1.1.0](https://github.com/mljs/signal-processing/compare/v1.0.4...v1.1.0) (2024-10-09)
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": "1.1.0",
3+
"version": "1.1.1",
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)