diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d02a61..c72d346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [12.1.6](https://github.com/mljs/global-spectral-deconvolution/compare/v12.1.5...v12.1.6) (2024-03-09) + + +### Bug Fixes + +* keep peaks if broad shape does not match well ([#120](https://github.com/mljs/global-spectral-deconvolution/issues/120)) ([1152b67](https://github.com/mljs/global-spectral-deconvolution/commit/1152b67e37bfcab11db150aac16e23539d1051c0)) + ## [12.1.5](https://github.com/mljs/global-spectral-deconvolution/compare/v12.1.4...v12.1.5) (2024-03-07) diff --git a/package.json b/package.json index ff1d772..5c9cc02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-gsd", - "version": "12.1.5", + "version": "12.1.6", "description": "Global Spectra Deconvolution", "main": "./lib/index.js", "module": "./lib-esm/index.js",