Skip to content

Commit c3d843c

Browse files
authored
chore(main): release 2.1.0 (#32)
1 parent 0b08c68 commit c3d843c

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+
## [2.1.0](https://github.com/mljs/signal-processing/compare/v2.0.0...v2.1.0) (2025-09-17)
4+
5+
6+
### Features
7+
8+
* ignore empty filters ([08da5f9](https://github.com/mljs/signal-processing/commit/08da5f9ae6c7e5226f82a0334420ca6e25ee5e4c))
9+
310
## [2.0.0](https://github.com/mljs/signal-processing/compare/v1.2.0...v2.0.0) (2025-06-16)
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": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Process data in the form of {x:[], y:[]}",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)