From 5168ac1d250117551eb6a6e76a7bb694893c2c67 Mon Sep 17 00:00:00 2001 From: mljs-bot <72700744+mljs-bot@users.noreply.github.com> Date: Wed, 6 Oct 2021 08:37:03 +0200 Subject: [PATCH] chore: release 6.9.0 (#60) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09058d8..8ab0759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [6.9.0](https://www.github.com/mljs/global-spectral-deconvolution/compare/v6.8.2...v6.9.0) (2021-10-05) + + +### Features + +* fix and improve type script definition ([e3148cd](https://www.github.com/mljs/global-spectral-deconvolution/commit/e3148cdc7989fcb17c11c0fceb6eda1710f2e497)) +* improve typescript definition ([3c772f7](https://www.github.com/mljs/global-spectral-deconvolution/commit/3c772f76dc3476e72f2f297a746fb314a0b5e609)) + + +### Bug Fixes + +* update dependencies and fix build ([48b4f41](https://www.github.com/mljs/global-spectral-deconvolution/commit/48b4f41e41db29fb21e54a86a1aeb02aa930aea0)) + ### [6.8.2](https://www.github.com/mljs/global-spectral-deconvolution/compare/v6.8.1...v6.8.2) (2021-09-29) diff --git a/package.json b/package.json index 2c0fb83..667849b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-gsd", - "version": "6.8.2", + "version": "6.9.0", "description": "Global Spectra Deconvolution", "main": "lib/index.js", "module": "src/index.js",