Skip to content

Commit

Permalink
chore(main): release 13.0.1 (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Feb 29, 2024
1 parent 2f4de0c commit 8b2dae6
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

## [13.0.1](https://github.com/mljs/spectra-processing/compare/v13.0.0...v13.0.1) (2024-02-27)


### Bug Fixes

* return type definition of xSequentialFill ([220f6ce](https://github.com/mljs/spectra-processing/commit/220f6ce69fb0caaba131d26f1899de7b14ce5ce6))
* xMassCenterVectorSimilarity was changing in place the arrays ([3918530](https://github.com/mljs/spectra-processing/commit/39185307f740bad3f0b30a3b7a318029623092c2))

## [13.0.0](https://github.com/mljs/spectra-processing/compare/v12.11.0...v13.0.0) (2024-02-26)


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

0 comments on commit 8b2dae6

Please sign in to comment.