From 7f314e2f20182335cada7f64e785960784dd7fe0 Mon Sep 17 00:00:00 2001 From: mljs-bot <72700744+mljs-bot@users.noreply.github.com> Date: Mon, 11 Oct 2021 16:08:26 +0200 Subject: [PATCH] chore: release 7.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4701161..345e4de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [7.0.0](https://www.github.com/mljs/global-spectral-deconvolution/compare/v6.9.2...v7.0.0) (2021-10-11) + + +### ⚠ BREAKING CHANGES + +* homogenize and generalize output (#63) + +### Features + +* homogenize and generalize output ([#63](https://www.github.com/mljs/global-spectral-deconvolution/issues/63)) ([2b3a403](https://www.github.com/mljs/global-spectral-deconvolution/commit/2b3a403747a8d83effb5bef8053863382d608546)) + ### [6.9.2](https://www.github.com/mljs/global-spectral-deconvolution/compare/v6.9.1...v6.9.2) (2021-10-07) diff --git a/package.json b/package.json index c1eb6d3..00c136d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-gsd", - "version": "6.9.2", + "version": "7.0.0", "description": "Global Spectra Deconvolution", "main": "lib/index.js", "module": "src/index.js",