Skip to content

Commit

Permalink
feat: add xyUniqueX and xySortX
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 Dec 8, 2020
1 parent cfcad3f commit 39cb052
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.10.0](https://www.github.com/mljs/spectra-processing/compare/v4.9.4...v4.10.0) (2020-12-08)


### Features

* add xyUniqueX and xyQuickSortX ([6fd6711](https://www.github.com/mljs/spectra-processing/commit/6fd6711c61d3bfb5cc0ee8e73894c6564e80710b))
* add xyUniqueX and xySortX ([3ab1b4e](https://www.github.com/mljs/spectra-processing/commit/3ab1b4ed1380197747eacf62544f4679349481e8))

### [4.9.4](https://www.github.com/mljs/spectra-processing/compare/v4.9.3...v4.9.4) (2020-11-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": "4.9.4",
"version": "4.10.0",
"description": "Various method to process spectra",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit 39cb052

Please sign in to comment.