diff --git a/CHANGELOG.md b/CHANGELOG.md index 023978e..72ebdea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [6.8.1](https://www.github.com/mljs/global-spectral-deconvolution/compare/v6.8.0...v6.8.1) (2021-09-29) + + +### Bug Fixes + +* add types in files ([28f9dcb](https://www.github.com/mljs/global-spectral-deconvolution/commit/28f9dcb1425c8d7b9940c333c6cf123834a8ab7e)) + ## [6.8.0](https://www.github.com/mljs/global-spectral-deconvolution/compare/v6.7.0...v6.8.0) (2021-09-23) diff --git a/package.json b/package.json index 5f75642..4c49317 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-gsd", - "version": "6.7.0", + "version": "6.8.1", "description": "Global Spectra Deconvolution", "main": "lib/index.js", "module": "src/index.js",