We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3657de commit b17da5dCopy full SHA for b17da5d
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+### [6.8.2](https://www.github.com/mljs/global-spectral-deconvolution/compare/v6.8.1...v6.8.2) (2021-09-29)
4
+
5
6
+### Bug Fixes
7
8
+* make optional option for GSD ([d3657de](https://www.github.com/mljs/global-spectral-deconvolution/commit/d3657de8fb407043890e899494a221b862c30973))
9
10
### [6.8.1](https://www.github.com/mljs/global-spectral-deconvolution/compare/v6.8.0...v6.8.1) (2021-09-29)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-gsd",
- "version": "6.8.1",
+ "version": "6.8.2",
"description": "Global Spectra Deconvolution",
"main": "lib/index.js",
"module": "src/index.js",
0 commit comments