Skip to content

Commit d8670fd

Browse files
authored
chore(main): release 12.1.6 (#121)
1 parent 1152b67 commit d8670fd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [12.1.6](https://github.com/mljs/global-spectral-deconvolution/compare/v12.1.5...v12.1.6) (2024-03-09)
4+
5+
6+
### Bug Fixes
7+
8+
* keep peaks if broad shape does not match well ([#120](https://github.com/mljs/global-spectral-deconvolution/issues/120)) ([1152b67](https://github.com/mljs/global-spectral-deconvolution/commit/1152b67e37bfcab11db150aac16e23539d1051c0))
9+
310
## [12.1.5](https://github.com/mljs/global-spectral-deconvolution/compare/v12.1.4...v12.1.5) (2024-03-07)
411

512

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

0 commit comments

Comments
 (0)