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 4e1c5d0 commit 30e8d5aCopy full SHA for 30e8d5a
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [11.2.0](https://github.com/mljs/global-spectral-deconvolution/compare/v11.1.0...v11.2.0) (2022-05-03)
4
+
5
6
+### Features
7
8
+* add range in logs of optimization ([4e1c5d0](https://github.com/mljs/global-spectral-deconvolution/commit/4e1c5d05920f10404a6da1e08af9c0cb770ec71f))
9
10
## [11.1.0](https://github.com/mljs/global-spectral-deconvolution/compare/v11.0.0...v11.1.0) (2022-05-03)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-gsd",
- "version": "11.1.0",
+ "version": "11.2.0",
"description": "Global Spectra Deconvolution",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
0 commit comments