Skip to content

Commit 06adc6b

Browse files
authored
chore(master): release 11.0.0 (#97)
1 parent d8bd3e7 commit 06adc6b

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+
## [11.0.0](https://github.com/mljs/global-spectral-deconvolution/compare/v10.2.0...v11.0.0) (2022-05-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Move property fwhm to be into 'shape'. This ensure compability with our other packages.
9+
10+
### Miscellaneous Chores
11+
12+
* update dependencies ([#96](https://github.com/mljs/global-spectral-deconvolution/issues/96)) ([d8bd3e7](https://github.com/mljs/global-spectral-deconvolution/commit/d8bd3e7b9ec45c6e21459405b8b64fee058dbc99))
13+
314
## [10.2.0](https://github.com/mljs/global-spectral-deconvolution/compare/v10.1.2...v10.2.0) (2022-03-09)
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": "10.2.0",
3+
"version": "11.0.0",
44
"description": "Global Spectra Deconvolution",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)