Skip to content

Commit 36a2b4c

Browse files
authored
chore(master): release 11.3.0 (#103)
1 parent 505121d commit 36a2b4c

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+
## [11.3.0](https://github.com/mljs/global-spectral-deconvolution/compare/v11.2.1...v11.3.0) (2022-08-05)
4+
5+
6+
### Features
7+
8+
* add shape to gsd result ([#102](https://github.com/mljs/global-spectral-deconvolution/issues/102)) ([505121d](https://github.com/mljs/global-spectral-deconvolution/commit/505121d79a32fafa6fd49ab633556983b1cef24c))
9+
310
### [11.2.1](https://github.com/mljs/global-spectral-deconvolution/compare/v11.2.0...v11.2.1) (2022-05-06)
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": "11.2.1",
3+
"version": "11.3.0",
44
"description": "Global Spectra Deconvolution",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)