Skip to content

Commit

Permalink
chore(master): release 11.1.0 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored May 3, 2022
1 parent 4e7848b commit db9f945
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

## [11.1.0](https://github.com/mljs/global-spectral-deconvolution/compare/v11.0.0...v11.1.0) (2022-05-03)


### Features

* add optimizePeaksWithLogs to be able to debug ([4e7848b](https://github.com/mljs/global-spectral-deconvolution/commit/4e7848b37ed8280275f76d56dd5d35c860074542))


### Bug Fixes

* fwhm didn't work for pseudovoigt ([9b8e0b6](https://github.com/mljs/global-spectral-deconvolution/commit/9b8e0b6f9dfe9e3f396522b35d961315ef5f0e90))

## [11.0.0](https://github.com/mljs/global-spectral-deconvolution/compare/v10.2.0...v11.0.0) (2022-05-02)


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-gsd",
"version": "11.0.0",
"version": "11.1.0",
"description": "Global Spectra Deconvolution",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down

0 comments on commit db9f945

Please sign in to comment.