From 2e96a33f8a513d4815509c4756ed5721e0913fd7 Mon Sep 17 00:00:00 2001 From: mljs-bot <72700744+mljs-bot@users.noreply.github.com> Date: Sun, 3 Nov 2024 07:16:01 +0100 Subject: [PATCH] chore(main): release 14.6.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31154518..f1147cf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [14.6.1](https://github.com/mljs/spectra-processing/compare/v14.6.0...v14.6.1) (2024-11-03) + + +### Bug Fixes + +* add CITATION.cff ([#265](https://github.com/mljs/spectra-processing/issues/265)) ([fc43a05](https://github.com/mljs/spectra-processing/commit/fc43a0541f6ef9e4f8c47e11dc091f4f2de03308)) +* check first and last point for xyGrowingX ([#264](https://github.com/mljs/spectra-processing/issues/264)) ([e5a832f](https://github.com/mljs/spectra-processing/commit/e5a832f3a0f554bfde13c9780fc942920eb85425)) + ## [14.6.0](https://github.com/mljs/spectra-processing/compare/v14.5.3...v14.6.0) (2024-10-09) diff --git a/package.json b/package.json index f31eabad..dfddb0d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-spectra-processing", - "version": "14.6.0", + "version": "14.6.1", "description": "Various method to process spectra", "main": "./lib/index.js", "module": "./lib-esm/index.js",