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 bf6ee4b commit 985d9aaCopy full SHA for 985d9aa
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+### [6.6.1](https://www.github.com/mljs/global-spectral-deconvolution/compare/v6.6.0...v6.6.1) (2021-03-24)
4
+
5
6
+### Bug Fixes
7
8
+* update dependencies ([bf6ee4b](https://www.github.com/mljs/global-spectral-deconvolution/commit/bf6ee4b246e4d964945b034b6b430aa576caaded))
9
10
## [6.6.0](https://www.github.com/mljs/global-spectral-deconvolution/compare/v6.5.0...v6.6.0) (2021-01-21)
11
12
@@ -147,6 +154,3 @@
147
154
### BREAKING CHANGES
148
155
149
156
* gsd: rename i for index
150
-
151
152
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-gsd",
- "version": "6.6.0",
+ "version": "6.6.1",
"description": "Global Spectra Deconvolution",
"main": "lib/index.js",
"module": "src/index.js",
0 commit comments