From fc69960bc5658284e26052d9ee12cf0bc264959a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Nov 2020 18:31:46 +0100 Subject: [PATCH] chore: release 4.8.0 (#31) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0cdd779..755065c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.8.0](https://www.github.com/mljs/spectra-processing/compare/v4.7.0...v4.8.0) (2020-11-11) + + +### Features + +* add Probabilistic quotient normalization method ([#30](https://www.github.com/mljs/spectra-processing/issues/30)) ([67f2ce0](https://www.github.com/mljs/spectra-processing/commit/67f2ce0243ef5d7648614e47b34e57ebd7dc5050)) + ## [4.7.0](https://www.github.com/mljs/spectra-processing/compare/v4.6.0...v4.7.0) (2020-11-06) diff --git a/package.json b/package.json index 33323025..73211108 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-spectra-processing", - "version": "4.7.0", + "version": "4.8.0", "description": "Various method to process spectra", "main": "lib/index.js", "module": "src/index.js",