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 d4f1564 commit dd3a293Copy full SHA for dd3a293
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [6.8.0](https://www.github.com/mljs/global-spectral-deconvolution/compare/v6.7.0...v6.8.0) (2021-09-23)
4
+
5
6
+### Features
7
8
+* add types ([#55](https://www.github.com/mljs/global-spectral-deconvolution/issues/55)) ([d4f1564](https://www.github.com/mljs/global-spectral-deconvolution/commit/d4f15649572c0ec2f1142f4b3ed77655fca05a73))
9
10
## [6.7.0](https://www.github.com/mljs/global-spectral-deconvolution/compare/v6.6.3...v6.7.0) (2021-08-10)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-gsd",
- "version": "6.7.0",
+ "version": "6.8.0",
"description": "Global Spectra Deconvolution",
"main": "lib/index.js",
"module": "src/index.js",
0 commit comments