Skip to content

Commit

Permalink
chore(master): release 6.0.0 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot authored Mar 8, 2022
1 parent c173e22 commit 2c4fc70
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [6.0.0](https://github.com/cheminfo/chromatography/compare/v5.2.0...v6.0.0) (2022-03-08)


### ⚠ BREAKING CHANGES

* calculateForMF is now async and returns a Promise
* remove support for Node.js 12

### Features

* calculateForMF is now async and returns a Promise ([c173e22](https://github.com/cheminfo/chromatography/commit/c173e224a954956a15259f66b2167df8041864fc))
* getPeaks will make a baseline correction before calculate the noise ([c173e22](https://github.com/cheminfo/chromatography/commit/c173e224a954956a15259f66b2167df8041864fc))


### Bug Fixes

* update dependencies ([#55](https://github.com/cheminfo/chromatography/issues/55)) ([c173e22](https://github.com/cheminfo/chromatography/commit/c173e224a954956a15259f66b2167df8041864fc))


### Miscellaneous Chores

* remove support for Node.js 12 ([c173e22](https://github.com/cheminfo/chromatography/commit/c173e224a954956a15259f66b2167df8041864fc))

## [5.2.0](https://www.github.com/cheminfo/chromatography/compare/v5.1.0...v5.2.0) (2021-09-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chromatography",
"version": "5.2.0",
"version": "6.0.0",
"description": "Tools for storing, searching and analyzing GC/MS data",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit 2c4fc70

Please sign in to comment.