diff --git a/CHANGELOG.md b/CHANGELOG.md index 728c77b5..4ce4a142 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [7.43.0](https://github.com/cheminfo/mass-tools/compare/v7.42.1...v7.43.0) (2024-11-27) + + +### Features + +* **ms-spectrum:** getBestPeaks have now min and maxValue ([#224](https://github.com/cheminfo/mass-tools/issues/224)) ([8a3ae33](https://github.com/cheminfo/mass-tools/commit/8a3ae3322d53a911fe1473c8c8eb192f86613627)) +* **peptide:** allow conversion of lowercase AA sequences ([#223](https://github.com/cheminfo/mass-tools/issues/223)) ([f547db4](https://github.com/cheminfo/mass-tools/commit/f547db4bb9fe3c877524dc64fad97d3d1140758c)) + ## [7.42.1](https://github.com/cheminfo/mass-tools/compare/v7.42.0...v7.42.1) (2024-11-19) diff --git a/package.json b/package.json index c817c7da..e762fd13 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mass-tools", "private": true, - "version": "7.42.1", + "version": "7.43.0", "workspaces": [ "packages/*" ],