Skip to content

Commit d902e31

Browse files
authored
chore(main): release 4.2.4 (#110)
1 parent c8591d2 commit d902e31

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+
## [4.2.4](https://github.com/mljs/spectra-fitting/compare/v4.2.3...v4.2.4) (2024-09-26)
4+
5+
6+
### Bug Fixes
7+
8+
* new shape generalized lorentzian ([#109](https://github.com/mljs/spectra-fitting/issues/109)) ([c8591d2](https://github.com/mljs/spectra-fitting/commit/c8591d28e6f5f293beecaa3e7d529d0eab85dc60))
9+
310
## [4.2.3](https://github.com/mljs/spectra-fitting/compare/v4.2.2...v4.2.3) (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-spectra-fitting",
3-
"version": "4.2.3",
3+
"version": "4.2.4",
44
"description": "Fit spectra using gaussian or lorentzian",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)