Skip to content

Commit e39f971

Browse files
authored
chore: release 6.4.0 (#48)
1 parent 5710f07 commit e39f971

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [6.4.0](https://www.github.com/mljs/global-spectral-deconvolution/compare/v6.3.0...v6.4.0) (2020-12-21)
4+
5+
6+
### Features
7+
8+
* added timeout option to avoid long executions. close [#37](https://www.github.com/mljs/global-spectral-deconvolution/issues/37) ([#47](https://www.github.com/mljs/global-spectral-deconvolution/issues/47)) ([b847438](https://www.github.com/mljs/global-spectral-deconvolution/commit/b8474381e9ccfef543251ffe2ea0d2afc1815eb7))
9+
310
## [6.3.0](https://www.github.com/mljs/global-spectral-deconvolution/compare/v6.2.0...v6.3.0) (2020-12-13)
411

512

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

0 commit comments

Comments
 (0)