diff --git a/CHANGELOG.md b/CHANGELOG.md index 7abc74db..6451bd15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [13.0.1](https://github.com/mljs/spectra-processing/compare/v13.0.0...v13.0.1) (2024-02-27) + + +### Bug Fixes + +* return type definition of xSequentialFill ([220f6ce](https://github.com/mljs/spectra-processing/commit/220f6ce69fb0caaba131d26f1899de7b14ce5ce6)) +* xMassCenterVectorSimilarity was changing in place the arrays ([3918530](https://github.com/mljs/spectra-processing/commit/39185307f740bad3f0b30a3b7a318029623092c2)) + ## [13.0.0](https://github.com/mljs/spectra-processing/compare/v12.11.0...v13.0.0) (2024-02-26) diff --git a/package.json b/package.json index 83a679db..6c7c8126 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-spectra-processing", - "version": "13.0.0", + "version": "13.0.1", "description": "Various method to process spectra", "main": "./lib/index.js", "module": "./lib-esm/index.js",