diff --git a/CHANGELOG.md b/CHANGELOG.md index 31154518..0ed7fc64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [14.6.1](https://github.com/mljs/spectra-processing/compare/v14.6.0...v14.6.1) (2024-11-03) + + +### Bug Fixes + +* 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",