From 31c5fdbc38d671f67194fa6ff933c002ff89e1a9 Mon Sep 17 00:00:00 2001 From: mljs-bot <72700744+mljs-bot@users.noreply.github.com> Date: Wed, 1 May 2024 16:07:44 +0200 Subject: [PATCH] chore(main): release 14.4.0 (#244) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8a856fa..d969a867 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [14.4.0](https://github.com/mljs/spectra-processing/compare/v14.3.0...v14.4.0) (2024-05-01) + + +### Features + +* allow from / to in xyMaximaY and xyMinimaY ([#243](https://github.com/mljs/spectra-processing/issues/243)) ([d19683d](https://github.com/mljs/spectra-processing/commit/d19683da68736d2fe7e6565688139542056d58bb)) + ## [14.3.0](https://github.com/mljs/spectra-processing/compare/v14.2.2...v14.3.0) (2024-04-10) diff --git a/package.json b/package.json index 85c5729b..787d4aaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-spectra-processing", - "version": "14.3.0", + "version": "14.4.0", "description": "Various method to process spectra", "main": "./lib/index.js", "module": "./lib-esm/index.js",