From b4148aefc06d18a90c073b38c799f9b5a78aaab5 Mon Sep 17 00:00:00 2001 From: cheminfo-bot <10880445+cheminfo-bot@users.noreply.github.com> Date: Wed, 28 Aug 2024 15:45:14 +0200 Subject: [PATCH] chore(main): release 7.0.0 (#60) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1f5872..0ef839d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [7.0.0](https://github.com/cheminfo/chromatography/compare/v6.1.0...v7.0.0) (2024-08-28) + + +### ⚠ BREAKING CHANGES + +* update dependencies - change of airpls algorithm increase the number of peaks in auto peak picking + +### Features + +* keep meta information from netcdf ([7863e4f](https://github.com/cheminfo/chromatography/commit/7863e4ff4d7ff3c70050afe316890100ac68df52)) +* update dependencies - change of airpls algorithm increase the number of peaks in auto peak picking ([63da9ae](https://github.com/cheminfo/chromatography/commit/63da9ae25283ecdb02af806c2fabfdcc7185e501)) + ## [6.1.0](https://github.com/cheminfo/chromatography/compare/v6.0.0...v6.1.0) (2022-03-09) diff --git a/package.json b/package.json index ded19f3..45f37d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chromatography", - "version": "6.1.0", + "version": "7.0.0", "description": "Tools for storing, searching and analyzing GC/MS data", "main": "lib/index.js", "module": "src/index.js",