Skip to content

Commit 7c49ebe

Browse files
authored
chore: release 10.1.0 (#86)
1 parent d8d646a commit 7c49ebe

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [10.1.0](https://www.github.com/mljs/global-spectral-deconvolution/compare/v10.0.0...v10.1.0) (2022-02-15)
4+
5+
6+
### Features
7+
8+
* reintroduce an improved noiseLevel option ([d8d646a](https://www.github.com/mljs/global-spectral-deconvolution/commit/d8d646a5cd2c1ab68ae6ccc97fc4d4dd4ea21c3d))
9+
10+
11+
### Bug Fixes
12+
13+
* export typescript interface for GSDPeak, etc. ([2967ef5](https://www.github.com/mljs/global-spectral-deconvolution/commit/2967ef5126e5bcec38ec37ec7712a2749aa1f398))
14+
315
## [10.0.0](https://www.github.com/mljs/global-spectral-deconvolution/compare/v9.1.0...v10.0.0) (2022-02-14)
416

517

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

0 commit comments

Comments
 (0)