Skip to content

Commit 5168ac1

Browse files
authored
chore: release 6.9.0 (#60)
1 parent 48b4f41 commit 5168ac1

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [6.9.0](https://www.github.com/mljs/global-spectral-deconvolution/compare/v6.8.2...v6.9.0) (2021-10-05)
4+
5+
6+
### Features
7+
8+
* fix and improve type script definition ([e3148cd](https://www.github.com/mljs/global-spectral-deconvolution/commit/e3148cdc7989fcb17c11c0fceb6eda1710f2e497))
9+
* improve typescript definition ([3c772f7](https://www.github.com/mljs/global-spectral-deconvolution/commit/3c772f76dc3476e72f2f297a746fb314a0b5e609))
10+
11+
12+
### Bug Fixes
13+
14+
* update dependencies and fix build ([48b4f41](https://www.github.com/mljs/global-spectral-deconvolution/commit/48b4f41e41db29fb21e54a86a1aeb02aa930aea0))
15+
316
### [6.8.2](https://www.github.com/mljs/global-spectral-deconvolution/compare/v6.8.1...v6.8.2) (2021-09-29)
417

518

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

0 commit comments

Comments
 (0)