diff --git a/CHANGELOG.md b/CHANGELOG.md index 510a4392..197b184e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.44.1](https://github.com/cheminfo/mass-tools/compare/v7.44.0...v7.44.1) (2024-12-09) + + +### Bug Fixes + +* **isotopic-distribution:** crash with getGaussian and maxValue when no peaks ([#239](https://github.com/cheminfo/mass-tools/issues/239)) ([80906a9](https://github.com/cheminfo/mass-tools/commit/80906a9de20a34d1fd3a9faf71b190299621ab26)) + ## [7.44.0](https://github.com/cheminfo/mass-tools/compare/v7.43.0...v7.44.0) (2024-12-05) diff --git a/package.json b/package.json index 605e07aa..4b045734 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mass-tools", "private": true, - "version": "7.44.0", + "version": "7.44.1", "workspaces": [ "packages/*" ],