Skip to content

Commit

Permalink
chore: release 6.1.0 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Nov 13, 2020
1 parent e62e27b commit 11ccc92
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [6.1.0](https://www.github.com/mljs/global-spectral-deconvolution/compare/v6.0.0...v6.1.0) (2020-11-13)


### Features

* change factorWidth from 4 to 1 ([3de56ae](https://www.github.com/mljs/global-spectral-deconvolution/commit/3de56ae345322446b0bafa1d020bf6fdff0ff5ee))
* 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))


### Bug Fixes

* fix docs for optimize ([96ea711](https://www.github.com/mljs/global-spectral-deconvolution/commit/96ea71123f4989308bf060dc5108c24e55baaab5))
* improve speed by not predefining arrays length ([e03737c](https://www.github.com/mljs/global-spectral-deconvolution/commit/e03737c42ae097d1c8ddec7303613ea87cec955c))

## [6.0.0](https://www.github.com/mljs/global-spectral-deconvolution/compare/v5.0.2...v6.0.0) (2020-11-06)


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": "6.0.0",
"version": "6.1.0",
"description": "Global Spectra Deconvolution",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit 11ccc92

Please sign in to comment.