From 708261f79874a5987f712021892a2560198ec9cd Mon Sep 17 00:00:00 2001 From: mljs-bot <72700744+mljs-bot@users.noreply.github.com> Date: Wed, 13 Nov 2024 11:28:30 +0100 Subject: [PATCH] chore(main): release 14.6.2 (#269) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1147cf5..b94603df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [14.6.2](https://github.com/mljs/spectra-processing/compare/v14.6.1...v14.6.2) (2024-11-12) + + +### Bug Fixes + +* xyGrowingX bug ([#268](https://github.com/mljs/spectra-processing/issues/268)) ([bb00293](https://github.com/mljs/spectra-processing/commit/bb0029302a15371c1d676e9c164247f7fdc89683)) + ## [14.6.1](https://github.com/mljs/spectra-processing/compare/v14.6.0...v14.6.1) (2024-11-03) diff --git a/package.json b/package.json index ddc88e44..be0c542c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-spectra-processing", - "version": "14.6.1", + "version": "14.6.2", "description": "Various method to process spectra", "main": "./lib/index.js", "module": "./lib-esm/index.js",