Skip to content

Commit db9f945

Browse files
authored
chore(master): release 11.1.0 (#98)
1 parent 4e7848b commit db9f945

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [11.1.0](https://github.com/mljs/global-spectral-deconvolution/compare/v11.0.0...v11.1.0) (2022-05-03)
4+
5+
6+
### Features
7+
8+
* add optimizePeaksWithLogs to be able to debug ([4e7848b](https://github.com/mljs/global-spectral-deconvolution/commit/4e7848b37ed8280275f76d56dd5d35c860074542))
9+
10+
11+
### Bug Fixes
12+
13+
* fwhm didn't work for pseudovoigt ([9b8e0b6](https://github.com/mljs/global-spectral-deconvolution/commit/9b8e0b6f9dfe9e3f396522b35d961315ef5f0e90))
14+
315
## [11.0.0](https://github.com/mljs/global-spectral-deconvolution/compare/v10.2.0...v11.0.0) (2022-05-02)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-gsd",
3-
"version": "11.0.0",
3+
"version": "11.1.0",
44
"description": "Global Spectra Deconvolution",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)