diff --git a/CHANGELOG.md b/CHANGELOG.md index 5df9ede0..d8a856fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [14.3.0](https://github.com/mljs/spectra-processing/compare/v14.2.2...v14.3.0) (2024-04-10) + + +### Features + +* add xyMassCenter ([#239](https://github.com/mljs/spectra-processing/issues/239)) ([86b48ef](https://github.com/mljs/spectra-processing/commit/86b48efcb8feeadf2fc9bf98e85e38459056b162)) + + +### Bug Fixes + +* xyIntegralOptions extends xyIntegrationOptions ([#234](https://github.com/mljs/spectra-processing/issues/234)) ([3b85a72](https://github.com/mljs/spectra-processing/commit/3b85a72ac198a49638383ad65321b1305f3b74a9)) + ## [14.2.2](https://github.com/mljs/spectra-processing/compare/v14.2.1...v14.2.2) (2024-03-12) diff --git a/package.json b/package.json index 37614f56..e75fbcd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-spectra-processing", - "version": "14.2.2", + "version": "14.3.0", "description": "Various method to process spectra", "main": "./lib/index.js", "module": "./lib-esm/index.js",