Skip to content

Commit b4b8f7f

Browse files
authored
chore(main): release 13.0.0 (#128)
1 parent 170d023 commit b4b8f7f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [13.0.0](https://github.com/mljs/global-spectral-deconvolution/compare/v12.1.8...v13.0.0) (2025-06-13)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* switch to esm-only and update to `ml-spectra-fitting@5` ([#127](https://github.com/mljs/global-spectral-deconvolution/issues/127))
9+
10+
### Code Refactoring
11+
12+
* switch to esm-only and update to `ml-spectra-fitting@5` ([#127](https://github.com/mljs/global-spectral-deconvolution/issues/127)) ([170d023](https://github.com/mljs/global-spectral-deconvolution/commit/170d023f53aed10800f3d24068e1e1574fff6632))
13+
314
## [12.1.8](https://github.com/mljs/global-spectral-deconvolution/compare/v12.1.7...v12.1.8) (2024-09-27)
415

516

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.8",
3+
"version": "13.0.0",
44
"description": "Global Spectra Deconvolution",
55
"type": "module",
66
"exports": "./lib/index.js",

0 commit comments

Comments
 (0)