Skip to content

Commit 5e78012

Browse files
authored
chore(main): release 2.0.0 (#26)
1 parent 8cf34d0 commit 5e78012

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/mljs/signal-processing/compare/v1.2.0...v2.0.0) (2025-06-16)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* The JSON schema must now be imported like this: `import filterXY from 'ml-signal-processing/FilterXYSchema.json' with { type: 'json' };`
9+
* switch to esm-only and update `ml-gsd` ([#25](https://github.com/mljs/signal-processing/issues/25))
10+
11+
### Bug Fixes
12+
13+
* expose FilterXYSchema.json in exports ([#27](https://github.com/mljs/signal-processing/issues/27)) ([8cf34d0](https://github.com/mljs/signal-processing/commit/8cf34d00c000c9468c2241b4c56ac6aba0fb2fe8))
14+
15+
16+
### Code Refactoring
17+
18+
* switch to esm-only and update `ml-gsd` ([#25](https://github.com/mljs/signal-processing/issues/25)) ([eca5d21](https://github.com/mljs/signal-processing/commit/eca5d2119d6cc1e2da59549d6ec94ec8bd169a31))
19+
320
## [1.2.0](https://github.com/mljs/signal-processing/compare/v1.1.1...v1.2.0) (2024-11-14)
421

522

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.2.0",
3+
"version": "2.0.0",
44
"description": "Process data in the form of {x:[], y:[]}",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)