Skip to content

Commit 5945661

Browse files
authored
chore(main): release 12.1.7 (#123)
1 parent 26a22da commit 5945661

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.7](https://github.com/mljs/global-spectral-deconvolution/compare/v12.1.6...v12.1.7) (2024-09-26)
4+
5+
6+
### Bug Fixes
7+
8+
* generalized lorentzian as a new shape ([#122](https://github.com/mljs/global-spectral-deconvolution/issues/122)) ([26a22da](https://github.com/mljs/global-spectral-deconvolution/commit/26a22da865db9f3173d4f37da09537792971ca72))
9+
310
## [12.1.6](https://github.com/mljs/global-spectral-deconvolution/compare/v12.1.5...v12.1.6) (2024-03-09)
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.6",
3+
"version": "12.1.7",
44
"description": "Global Spectra Deconvolution",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)