diff --git a/CHANGELOG.md b/CHANGELOG.md index 85638331..6dcdbbb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [14.6.0](https://github.com/mljs/spectra-processing/compare/v14.5.3...v14.6.0) (2024-10-01) + + +### Features + +* add xBoxPlotWithOutliers mehtod to deal with possible outliers ([#260](https://github.com/mljs/spectra-processing/issues/260)) ([985caee](https://github.com/mljs/spectra-processing/commit/985caeef2e4ea0a4b5fbfa5e04be503a3c42e403)) +* xBoxPlot has an option to calculate outliers ([#256](https://github.com/mljs/spectra-processing/issues/256)) ([69cb82c](https://github.com/mljs/spectra-processing/commit/69cb82cf039fc56f04f2c17fe91d372c17c5c205)) + ## [14.5.3](https://github.com/mljs/spectra-processing/compare/v14.5.2...v14.5.3) (2024-07-30) diff --git a/package.json b/package.json index a89fbb0d..f31eabad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-spectra-processing", - "version": "14.5.3", + "version": "14.6.0", "description": "Various method to process spectra", "main": "./lib/index.js", "module": "./lib-esm/index.js",