Skip to content

Commit 38c2d6e

Browse files
authored
chore: release 10.0.0 (#84)
1 parent 42a54fb commit 38c2d6e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## [10.0.0](https://www.github.com/mljs/global-spectral-deconvolution/compare/v9.1.0...v10.0.0) (2022-02-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* major refactoring
9+
10+
### Features
11+
12+
* major refactoring ([42a54fb](https://www.github.com/mljs/global-spectral-deconvolution/commit/42a54fbd907055d233b9b43c85344823f3551bad))
13+
14+
15+
### Bug Fixes
16+
17+
* update dependencies and fix is-any-array of spectra-processing ([8dbae56](https://www.github.com/mljs/global-spectral-deconvolution/commit/8dbae56cac1f6921dfc8ec57374d8c9df7776f96))
18+
319
## [9.1.0](https://www.github.com/mljs/global-spectral-deconvolution/compare/v9.0.4...v9.1.0) (2021-12-15)
420

521

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

0 commit comments

Comments
 (0)