Skip to content

Commit 11ccc92

Browse files
authored
chore: release 6.1.0 (#30)
1 parent e62e27b commit 11ccc92

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [6.1.0](https://www.github.com/mljs/global-spectral-deconvolution/compare/v6.0.0...v6.1.0) (2020-11-13)
4+
5+
6+
### Features
7+
8+
* change factorWidth from 4 to 1 ([3de56ae](https://www.github.com/mljs/global-spectral-deconvolution/commit/3de56ae345322446b0bafa1d020bf6fdff0ff5ee))
9+
* update spectra-fitting package ([#33](https://www.github.com/mljs/global-spectral-deconvolution/issues/33)) ([e62e27b](https://www.github.com/mljs/global-spectral-deconvolution/commit/e62e27b0aeb527878af9240b367fee951ba7a889))
10+
11+
12+
### Bug Fixes
13+
14+
* fix docs for optimize ([96ea711](https://www.github.com/mljs/global-spectral-deconvolution/commit/96ea71123f4989308bf060dc5108c24e55baaab5))
15+
* improve speed by not predefining arrays length ([e03737c](https://www.github.com/mljs/global-spectral-deconvolution/commit/e03737c42ae097d1c8ddec7303613ea87cec955c))
16+
317
## [6.0.0](https://www.github.com/mljs/global-spectral-deconvolution/compare/v5.0.2...v6.0.0) (2020-11-06)
418

519

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": "6.0.0",
3+
"version": "6.1.0",
44
"description": "Global Spectra Deconvolution",
55
"main": "lib/index.js",
66
"module": "src/index.js",

0 commit comments

Comments
 (0)