From 6078b8a31f63b09aa6405cd94bb7b191a5848ba3 Mon Sep 17 00:00:00 2001 From: mljs-bot <72700744+mljs-bot@users.noreply.github.com> Date: Wed, 22 Jul 2026 08:39:29 +0200 Subject: [PATCH] chore(main): release 14.30.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa18bc26..91cf1577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [14.30.0](https://github.com/mljs/spectra-processing/compare/v14.29.4...v14.30.0) (2026-07-22) + + +### Features + +* **x:** add `xIsArray` and improve types of `xCheck` ([#396](https://github.com/mljs/spectra-processing/issues/396)) ([6b0c1a1](https://github.com/mljs/spectra-processing/commit/6b0c1a1724f5416ab248de168587aafab9202036)) + + +### Bug Fixes + +* more precise return type for `xyArrayWeightedMerge` ([#394](https://github.com/mljs/spectra-processing/issues/394)) ([8b3a872](https://github.com/mljs/spectra-processing/commit/8b3a872d6cfc5c07e6b9a6fb8b6842b23aa90513)) + ## [14.29.4](https://github.com/mljs/spectra-processing/compare/v14.29.3...v14.29.4) (2026-07-20) diff --git a/package.json b/package.json index bb244211..9a24a420 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-spectra-processing", - "version": "14.29.4", + "version": "14.30.0", "license": "MIT", "description": "Various method to process spectra", "keywords": [],