diff --git a/CHANGELOG.md b/CHANGELOG.md index 3df05c5f..5b5ee109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [12.11.0](https://github.com/mljs/spectra-processing/compare/v12.10.2...v12.11.0) (2024-02-20) + + +### Features + +* add xyMassCenterVector ([18b314b](https://github.com/mljs/spectra-processing/commit/18b314bdf80a89f6e61c48d0cd671424bb0d37ce)) + ## [12.10.2](https://github.com/mljs/spectra-processing/compare/v12.10.1...v12.10.2) (2024-02-06) diff --git a/package.json b/package.json index 0e1eb871..6ac75395 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-spectra-processing", - "version": "12.10.2", + "version": "12.11.0", "description": "Various method to process spectra", "main": "./lib/index.js", "module": "./lib-esm/index.js",