Skip to content

Commit

Permalink
chore: release 6.0.0 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Nov 6, 2020
1 parent 25559c1 commit c1ac50c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## [6.0.0](https://www.github.com/mljs/global-spectral-deconvolution/compare/v5.0.2...v6.0.0) (2020-11-06)


### ⚠ BREAKING CHANGES

* Remove compatibility with node 8

### Features

* change parameters ([4653e16](https://www.github.com/mljs/global-spectral-deconvolution/commit/4653e164ab5181e5d65a443dec043934aae3d01e))


### Miscellaneous Chores

* update travis ([3120a4a](https://www.github.com/mljs/global-spectral-deconvolution/commit/3120a4a673d4d1826e92c3073a7803eef07b8d4b))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ml-gsd",
"version": "5.0.2",
"version": "6.0.0",
"description": "Global Spectra Deconvolution",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit c1ac50c

Please sign in to comment.