Skip to content

Commit

Permalink
chore(master): release 4.0.0 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored May 2, 2022
1 parent 25fb106 commit 6051326
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [4.0.0](https://github.com/mljs/spectra-fitting/compare/v3.1.0...v4.0.0) (2022-05-01)


### ⚠ BREAKING CHANGES

* many breaking changes

### Features

* allow to specify shape at the level of peak ([90704b8](https://github.com/mljs/spectra-fitting/commit/90704b88a95c9a5a8bcff51a4ead5521b42fcc98))
* many breaking changes ([813ad04](https://github.com/mljs/spectra-fitting/commit/813ad04f1f5ac931c379b802a5273beacb2313a8))

## [3.1.0](https://www.github.com/mljs/spectra-fitting/compare/v3.0.4...v3.1.0) (2022-02-25)


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": "3.1.0",
"version": "4.0.0",
"description": "Fit spectra using gaussian or lorentzian",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down

0 comments on commit 6051326

Please sign in to comment.