Skip to content

Commit

Permalink
chore: release 5.1.0 (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 19, 2021
1 parent b1ddb30 commit 57a3f7c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [5.1.0](https://www.github.com/mljs/spectra-processing/compare/v5.0.0...v5.1.0) (2021-01-19)


### Features

* add matrixCenterYMean ([55dd43c](https://www.github.com/mljs/spectra-processing/commit/55dd43c8a31a2be34d0c614b319c6f56d327a6f2))
* add matrixYRescale ([1acf214](https://www.github.com/mljs/spectra-processing/commit/1acf21484c291b9cc9c4a6fd210b30bb15dfd2ed))
* rename probabilisticQuotientNormalization to matrixPQN ([8a1c7e0](https://www.github.com/mljs/spectra-processing/commit/8a1c7e03c698db88e5a4dc829c47d98a724a2721))

## [5.0.0](https://www.github.com/mljs/spectra-processing/compare/v4.12.0...v5.0.0) (2021-01-19)


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": "ml-spectra-processing",
"version": "5.0.0",
"version": "5.1.0",
"description": "Various method to process spectra",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit 57a3f7c

Please sign in to comment.