From 36637882efd55f39cd756e0b4b5323d9d4cef0de Mon Sep 17 00:00:00 2001 From: mljs-bot <72700744+mljs-bot@users.noreply.github.com> Date: Mon, 11 Oct 2021 15:49:20 +0200 Subject: [PATCH] chore: release 2.0.0 (#59) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef1ee7f..ed34ce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.0.0](https://www.github.com/mljs/spectra-fitting/compare/v1.0.0...v2.0.0) (2021-10-11) + + +### ⚠ BREAKING CHANGES + +* homogenize and generalize output (#58) + +### Features + +* fixing wrong order in object assignment. close [#52](https://www.github.com/mljs/spectra-fitting/issues/52) ([#53](https://www.github.com/mljs/spectra-fitting/issues/53)) ([ce3d47f](https://www.github.com/mljs/spectra-fitting/commit/ce3d47f4a9f8da60a58c030a98ac5acf5fda3fa0)) +* homogenize and generalize output ([#58](https://www.github.com/mljs/spectra-fitting/issues/58)) ([1b3970c](https://www.github.com/mljs/spectra-fitting/commit/1b3970c992f45e5c497507b8b0fa500464d73387)) +* update ml-peak-shape-generator to 2.0.1 ([#54](https://www.github.com/mljs/spectra-fitting/issues/54)) ([73782cc](https://www.github.com/mljs/spectra-fitting/commit/73782cc0a5291f0dd7b618861164f3881e89014a)) + ## [1.0.0](https://www.github.com/mljs/spectra-fitting/compare/v0.13.0...v1.0.0) (2021-03-24) diff --git a/package.json b/package.json index 0e4d7a0..6729a08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-spectra-fitting", - "version": "1.0.0", + "version": "2.0.0", "description": "Fit spectra using gaussian or lorentzian", "main": "lib/index.js", "module": "src/index.js",