diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ece721b..3df05c5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [12.10.2](https://github.com/mljs/spectra-processing/compare/v12.10.1...v12.10.2) (2024-02-06) + + +### Bug Fixes + +* zonesNormalize could not deal with larges arrays ([905ce05](https://github.com/mljs/spectra-processing/commit/905ce05d1ee2cea15aa2f86d566215fd89e0ceb4)) + ## [12.10.1](https://github.com/mljs/spectra-processing/compare/v12.10.0...v12.10.1) (2024-01-26) diff --git a/package.json b/package.json index ef3f79be..6f7bd355 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-spectra-processing", - "version": "12.10.1", + "version": "12.10.2", "description": "Various method to process spectra", "main": "./lib/index.js", "module": "./lib-esm/index.js",