Skip to content

Commit 842a4e5

Browse files
authored
chore: release 9.0.0 (#69)
1 parent f97285c commit 842a4e5

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+
## [9.0.0](https://www.github.com/mljs/global-spectral-deconvolution/compare/v8.0.0...v9.0.0) (2021-11-18)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* change peak shape structure (#68)
9+
10+
### Features
11+
12+
* change peak shape structure ([#68](https://www.github.com/mljs/global-spectral-deconvolution/issues/68)) ([f97285c](https://www.github.com/mljs/global-spectral-deconvolution/commit/f97285c139ea424fbb9bf037b51cf78ec12e0653))
13+
314
## [8.0.0](https://www.github.com/mljs/global-spectral-deconvolution/compare/v7.0.1...v8.0.0) (2021-10-31)
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": "8.0.0",
3+
"version": "9.0.0",
44
"description": "Global Spectra Deconvolution",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)