Skip to content

Commit

Permalink
chore(main): release 8.0.12 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot authored Dec 5, 2024
1 parent e12dacd commit 19d713f
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

## [8.0.12](https://github.com/cheminfo/spectrum-generator/compare/v8.0.11...v8.0.12) (2024-12-05)


### Bug Fixes

* generalizedLorentzian shape supported ([#86](https://github.com/cheminfo/spectrum-generator/issues/86)) ([a2f4dc8](https://github.com/cheminfo/spectrum-generator/commit/a2f4dc8cf208640483cce6fd3357d4a6f6fbbc7b))
* result was wrong if only 1 point ([e12dacd](https://github.com/cheminfo/spectrum-generator/commit/e12dacd60076d83f17e0f1a7870afbf4fd236eb3))

## [8.0.11](https://github.com/cheminfo/spectrum-generator/compare/v8.0.10...v8.0.11) (2024-03-07)


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": "spectrum-generator",
"version": "8.0.11",
"version": "8.0.12",
"description": "generate a spectrum from discrete peaks",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down

0 comments on commit 19d713f

Please sign in to comment.