diff --git a/CHANGELOG.md b/CHANGELOG.md index 38a2fb77..d2029e86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [14.34.0](https://github.com/mljs/spectra-processing/compare/v14.33.0...v14.34.0) (2026-08-26) + + +### Features + +* add recursiveResolveTasks ([#406](https://github.com/mljs/spectra-processing/issues/406)) ([5e50c4d](https://github.com/mljs/spectra-processing/commit/5e50c4d443a3917c9c23fb6ed76ab7b1e053f4aa)) +* add recursiveResolveTasks to run tasks with bounded concurrency ([5e50c4d](https://github.com/mljs/spectra-processing/commit/5e50c4d443a3917c9c23fb6ed76ab7b1e053f4aa)) + + +### Bug Fixes + +* **recursiveResolve:** skip null and undefined values ([5e50c4d](https://github.com/mljs/spectra-processing/commit/5e50c4d443a3917c9c23fb6ed76ab7b1e053f4aa)) + ## [14.33.0](https://github.com/mljs/spectra-processing/compare/v14.32.0...v14.33.0) (2026-08-07) diff --git a/package-lock.json b/package-lock.json index 93128da0..f4ecf2d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ml-spectra-processing", - "version": "14.33.0", + "version": "14.34.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ml-spectra-processing", - "version": "14.33.0", + "version": "14.34.0", "license": "MIT", "dependencies": { "binary-search": "^1.3.6", diff --git a/package.json b/package.json index 273c6a52..e20a4038 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-spectra-processing", - "version": "14.33.0", + "version": "14.34.0", "license": "MIT", "description": "Various method to process spectra", "keywords": [],