Skip to content

Commit 8cf9ff0

Browse files
authored
chore: release 10.1.1 (#88)
1 parent 0b1b867 commit 8cf9ff0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
### [10.1.1](https://www.github.com/mljs/global-spectral-deconvolution/compare/v10.1.0...v10.1.1) (2022-02-22)
4+
5+
6+
### Bug Fixes
7+
8+
* joinBroadPeaks n types ([#91](https://www.github.com/mljs/global-spectral-deconvolution/issues/91)) ([0b1b867](https://www.github.com/mljs/global-spectral-deconvolution/commit/0b1b86771770d8dbe3fe9ac8fb5fa6d3fbe39bc4))
9+
* refactor joinBroadPeaks ([#87](https://www.github.com/mljs/global-spectral-deconvolution/issues/87)) ([e7c7785](https://www.github.com/mljs/global-spectral-deconvolution/commit/e7c7785433c09eb3357b567f8f459dbf2d7bb5e0))
10+
311
## [10.1.0](https://www.github.com/mljs/global-spectral-deconvolution/compare/v10.0.0...v10.1.0) (2022-02-15)
412

513

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

0 commit comments

Comments
 (0)