Skip to content

Commit 5e2ea57

Browse files
authored
chore(main): release 2.2.0 (#34)
1 parent e361f19 commit 5e2ea57

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.2.0](https://github.com/mljs/signal-processing/compare/v2.1.0...v2.2.0) (2026-01-10)
4+
5+
6+
### Features
7+
8+
* update dependencies and improve return type of filterXY ([e361f19](https://github.com/mljs/signal-processing/commit/e361f1917d59b9042996c7977cb878c587e9225f))
9+
310
## [2.1.0](https://github.com/mljs/signal-processing/compare/v2.0.0...v2.1.0) (2025-09-17)
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.1.0",
3+
"version": "2.2.0",
44
"description": "Process data in the form of {x:[], y:[]}",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)