Skip to content

Commit

Permalink
chore(main): release 1.1.1 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Oct 10, 2024
1 parent a9e3c8f commit 42da80f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.1](https://github.com/mljs/signal-processing/compare/v1.1.0...v1.1.1) (2024-10-10)


### Bug Fixes

* allow to import JSON schema as JS module ([a9e3c8f](https://github.com/mljs/signal-processing/commit/a9e3c8fda3377541291a2c555c343c41329b3fac))

## [1.1.0](https://github.com/mljs/signal-processing/compare/v1.0.4...v1.1.0) (2024-10-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 42da80f

Please sign in to comment.