Skip to content

Commit

Permalink
chore: release 2.0.0 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Oct 11, 2021
1 parent 1b3970c commit 3663788
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3663788

Please sign in to comment.