Skip to content

Commit 295804c

Browse files
authored
chore(main): release 14.14.1 (#312)
1 parent 18ac5a6 commit 295804c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## [14.14.1](https://github.com/mljs/spectra-processing/compare/v14.14.0...v14.14.1) (2025-08-06)
4+
5+
6+
### Bug Fixes
7+
8+
* support TypeScript 5.9 TypedArray changes ([18ac5a6](https://github.com/mljs/spectra-processing/commit/18ac5a6a003506ee47d20d9b8cb8f3c4fd215e7a))
9+
* **xWhittakerSmoother:** ensure baseline is initialized as Float64Array ([18ac5a6](https://github.com/mljs/spectra-processing/commit/18ac5a6a003506ee47d20d9b8cb8f3c4fd215e7a))
10+
* **xWhittakerSmoother:** use correct name to whittaker smoother ([#311](https://github.com/mljs/spectra-processing/issues/311)) ([18ac5a6](https://github.com/mljs/spectra-processing/commit/18ac5a6a003506ee47d20d9b8cb8f3c4fd215e7a))
11+
312
## [14.14.0](https://github.com/mljs/spectra-processing/compare/v14.13.0...v14.14.0) (2025-07-23)
413

514

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-spectra-processing",
3-
"version": "14.14.0",
3+
"version": "14.14.1",
44
"description": "Various method to process spectra",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)