Skip to content

Commit

Permalink
chore: release 2.1.0 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot committed Jun 22, 2022
1 parent 3f15a51 commit 8bb5805
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

## [2.1.0](https://www.github.com/cheminfo/common-spectrum/compare/v2.0.0...v2.1.0) (2022-06-22)


### Features

* add 'id' to all the spectra and add methods to retrie them ([3f15a51](https://www.github.com/cheminfo/common-spectrum/commit/3f15a5152e93148864eb0f95a6ac68079fdeb829))
* add getNormalizedSpectra ([2351ce1](https://www.github.com/cheminfo/common-spectrum/commit/2351ce1dc87e3cfd2f5fabbf0cfb46ab9af9d2b4))
* add gewtXYSpectra ([3924195](https://www.github.com/cheminfo/common-spectrum/commit/3924195255ce3df93f72224521e32555f835eb7c))
* getJSGraph returns now all the matching series ([70e49e0](https://www.github.com/cheminfo/common-spectrum/commit/70e49e0a23cd2ac5eb53f78ca10f08fdf293e429))

## [2.0.0](https://www.github.com/cheminfo/common-spectrum/compare/v1.0.2...v2.0.0) (2022-06-22)


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": "common-spectrum",
"version": "2.0.0",
"version": "2.1.0",
"description": "Common package to deal with spectra",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down

0 comments on commit 8bb5805

Please sign in to comment.