Skip to content

Commit 464204c

Browse files
authored
chore: release 8.0.0 (#67)
1 parent abd60e6 commit 464204c

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+
## [8.0.0](https://www.github.com/mljs/global-spectral-deconvolution/compare/v7.0.1...v8.0.0) (2021-10-31)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* setup typescript (#66)
9+
10+
### Features
11+
12+
* setup typescript ([#66](https://www.github.com/mljs/global-spectral-deconvolution/issues/66)) ([4e61017](https://www.github.com/mljs/global-spectral-deconvolution/commit/4e610172b9ebd36f232f2b99585e8c2481b78502))
13+
314
### [7.0.1](https://www.github.com/mljs/global-spectral-deconvolution/compare/v7.0.0...v7.0.1) (2021-10-11)
415

516
### Bug Fixes

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

0 commit comments

Comments
 (0)