From 76fde33556e39398942fa258052d475fc2cae243 Mon Sep 17 00:00:00 2001 From: mljs-bot <72700744+mljs-bot@users.noreply.github.com> Date: Thu, 19 Dec 2024 12:13:20 +0100 Subject: [PATCH] chore(main): release 14.9.1 (#283) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c5d6d50..d58f77c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [14.9.1](https://github.com/mljs/spectra-processing/compare/v14.9.0...v14.9.1) (2024-12-19) + + +### Bug Fixes + +* use thenable in recursiveResolve ([#282](https://github.com/mljs/spectra-processing/issues/282)) ([a675766](https://github.com/mljs/spectra-processing/commit/a67576664236b9feb3b1bf6c0798c2f99df7a68f)) + ## [14.9.0](https://github.com/mljs/spectra-processing/compare/v14.8.0...v14.9.0) (2024-12-16) diff --git a/package.json b/package.json index 6dd20797..d420b900 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-spectra-processing", - "version": "14.9.0", + "version": "14.9.1", "description": "Various method to process spectra", "main": "./lib/index.js", "module": "./lib-esm/index.js",