Skip to content

Commit

Permalink
chore: release 5.4.0 (#56)
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 Feb 23, 2021
1 parent 5a78fe3 commit 9b68d67
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [5.4.0](https://www.github.com/mljs/spectra-processing/compare/v5.3.1...v5.4.0) (2021-02-23)


### Features

* add xMean ([7d98aa9](https://www.github.com/mljs/spectra-processing/commit/7d98aa9bab601a5a87214517853ba03a530ee527))
* add xyArrayAlign ([a96d786](https://www.github.com/mljs/spectra-processing/commit/a96d7867cf178d5e01f09663ea0c7934e3637f90))
* add xyJoinX ([6c53bf0](https://www.github.com/mljs/spectra-processing/commit/6c53bf08741c3bd5eef0a35f1231f2461d2a6264))
* delta may be a function in xyAlign ([f4cde8a](https://www.github.com/mljs/spectra-processing/commit/f4cde8a5c052872ab87d9428605bf585e8e9742b))

### [5.3.1](https://www.github.com/mljs/spectra-processing/compare/v5.3.0...v5.3.1) (2021-02-16)


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

0 comments on commit 9b68d67

Please sign in to comment.