diff --git a/CHANGELOG.md b/CHANGELOG.md index 985594e..21cb329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.7.0](https://github.com/cheminfo/common-spectrum/compare/v2.6.0...v2.7.0) (2024-03-05) + + +### Features + +* AnalyseManager.getAnalyses can also filter by spectra ids ([34e87dc](https://github.com/cheminfo/common-spectrum/commit/34e87dcec92f33220e76a308a19c306b2e7325dd)) + ## [2.6.0](https://github.com/cheminfo/common-spectrum/compare/v2.5.0...v2.6.0) (2024-03-04) diff --git a/package.json b/package.json index 5c41303..fae073e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "common-spectrum", - "version": "2.6.0", + "version": "2.7.0", "description": "Common package to deal with spectra", "main": "./lib/index.js", "module": "./lib-esm/index.js",