From 923327de73c32e3c15f601e1f80195121a129538 Mon Sep 17 00:00:00 2001 From: cheminfo-bot <10880445+cheminfo-bot@users.noreply.github.com> Date: Tue, 7 May 2024 17:21:17 +0200 Subject: [PATCH] chore(main): release 2.8.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21cb329..72ab6fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.8.0](https://github.com/cheminfo/common-spectrum/compare/v2.7.0...v2.8.0) (2024-05-07) + + +### Features + +* toText deals correctly with normalization preferences ([97b26a2](https://github.com/cheminfo/common-spectrum/commit/97b26a2af3fbd718056c09b625facb762279ed2a)) + ## [2.7.0](https://github.com/cheminfo/common-spectrum/compare/v2.6.0...v2.7.0) (2024-03-05) diff --git a/package.json b/package.json index 0bf5d57..3a6af6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "common-spectrum", - "version": "2.7.0", + "version": "2.8.0", "description": "Common package to deal with spectra", "main": "./lib/index.js", "module": "./lib-esm/index.js",