Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot authored Aug 22, 2023
1 parent c12237b commit e6ddaa8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [3.0.0](https://github.com/cheminfo/ir-spectrum/compare/v2.0.1...v3.0.0) (2023-08-22)


### ⚠ BREAKING CHANGES

* peaks have now properties wavenumber, absorbance, transmittance and kind

### Features

* peaks have now properties wavenumber, absorbance, transmittance and kind ([b060163](https://github.com/cheminfo/ir-spectrum/commit/b06016310770f6b120dada76724a81ff2f60f252))


### Bug Fixes

* rename rollup.config to support last version ([60af975](https://github.com/cheminfo/ir-spectrum/commit/60af9756c49a9dda33aa74db4b6a49d62e65ace1))

## [2.0.1](https://github.com/cheminfo/ir-spectrum/compare/v2.0.0...v2.0.1) (2023-01-31)


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": "ir-spectrum",
"version": "2.0.1",
"version": "3.0.0",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit e6ddaa8

Please sign in to comment.