Skip to content

Commit

Permalink
chore: release 4.9.3 (#36)
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 Nov 19, 2020
1 parent e0f8292 commit 229c952
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [4.9.3](https://www.github.com/mljs/spectra-processing/compare/v4.9.2...v4.9.3) (2020-11-19)


### Bug Fixes

* deal with from=0 or to=0 in xyXShift ([e0f8292](https://www.github.com/mljs/spectra-processing/commit/e0f829247c66712560d76a662e349aa97f3fb1b7))
* in xyXShift if no peaks returns 0 ([19b1643](https://www.github.com/mljs/spectra-processing/commit/19b1643c66f4ceccf416ec0140f0b64c76892960))

### [4.9.2](https://www.github.com/mljs/spectra-processing/compare/v4.9.1...v4.9.2) (2020-11-18)


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

0 comments on commit 229c952

Please sign in to comment.