Skip to content

Commit

Permalink
chore(master): release 4.0.1 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored May 2, 2022
1 parent 6776ea6 commit 3e25498
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [4.0.1](https://github.com/mljs/spectra-fitting/compare/v4.0.0...v4.0.1) (2022-05-02)


### Bug Fixes

* correctly define type of OptimizedPeak ([6776ea6](https://github.com/mljs/spectra-fitting/commit/6776ea6c02851aabbf03c91e5c47c52dd8b67ab6))

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


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

0 comments on commit 3e25498

Please sign in to comment.