From 862cb30eac1b6ed5ea5ea367c74fae740da820e0 Mon Sep 17 00:00:00 2001 From: cheminfo-bot <10880445+cheminfo-bot@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:24:32 +0100 Subject: [PATCH] chore(main): release 8.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ef839d..c14b915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [8.0.0](https://github.com/cheminfo/chromatography/compare/v7.0.0...v8.0.0) (2024-12-19) + + +### ⚠ BREAKING CHANGES + +* Improve fromXML performances that requires async function + +### Features + +* Improve fromXML performances that requires async function ([494e4a6](https://github.com/cheminfo/chromatography/commit/494e4a622719c155074674c50e0ef5a66fc1901e)) + ## [7.0.0](https://github.com/cheminfo/chromatography/compare/v6.1.0...v7.0.0) (2024-08-28) diff --git a/package.json b/package.json index 6682486..fceeaee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chromatography", - "version": "7.0.0", + "version": "8.0.0", "description": "Tools for storing, searching and analyzing GC/MS data", "main": "lib/index.js", "module": "src/index.js",