Skip to content

Commit b23d382

Browse files
authored
chore(master): release 12.1.0 (#109)
1 parent f22f5a5 commit b23d382

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.0](https://github.com/mljs/global-spectral-deconvolution/compare/v12.0.0...v12.1.0) (2022-08-27)
4+
5+
6+
### Features
7+
8+
* peak picking returns id and keep id if it exists ([#108](https://github.com/mljs/global-spectral-deconvolution/issues/108)) ([f22f5a5](https://github.com/mljs/global-spectral-deconvolution/commit/f22f5a5f3077aa86f2efbd3e9eb8cbab92ba416b))
9+
310
## [12.0.0](https://github.com/mljs/global-spectral-deconvolution/compare/v11.3.0...v12.0.0) (2022-08-06)
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.0.0",
3+
"version": "12.1.0",
44
"description": "Global Spectra Deconvolution",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)