Skip to content

Commit 10752b6

Browse files
authored
chore(master): release 12.0.0 (#106)
1 parent a939d0c commit 10752b6

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+
## [12.0.0](https://github.com/mljs/global-spectral-deconvolution/compare/v11.3.0...v12.0.0) (2022-08-06)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add setShape n addMissingShape function
9+
10+
### Features
11+
12+
* add setShape n addMissingShape function ([a939d0c](https://github.com/mljs/global-spectral-deconvolution/commit/a939d0c5ad99a19f426847558268d5caa154e1c8)), closes [#104](https://github.com/mljs/global-spectral-deconvolution/issues/104)
13+
314
## [11.3.0](https://github.com/mljs/global-spectral-deconvolution/compare/v11.2.1...v11.3.0) (2022-08-05)
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": "11.3.0",
3+
"version": "12.0.0",
44
"description": "Global Spectra Deconvolution",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)