Skip to content

Commit 08b3c40

Browse files
authored
chore(main): release 1.0.4 (#20)
1 parent beebf51 commit 08b3c40

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.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+
310
## [1.0.3](https://github.com/mljs/signal-processing/compare/v1.0.2...v1.0.3) (2023-03-24)
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.0.3",
3+
"version": "1.0.4",
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)