Skip to content

Commit

Permalink
chore: release 0.10.1 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Nov 16, 2020
1 parent 66f1bd5 commit f42f6df
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

### [0.10.1](https://www.github.com/mljs/peak-shape-generator/compare/v0.10.0...v0.10.1) (2020-11-16)


### Bug Fixes

* wrong convertion from standard deviation to FWHM ([66f1bd5](https://www.github.com/mljs/peak-shape-generator/commit/66f1bd5be618b8d845b5b31fe5cd570bf708ac38))
* wrong covertion from width between inflectionPointswidth to FWHM ([8d3a658](https://www.github.com/mljs/peak-shape-generator/commit/8d3a6581130769e24a7f10659600f5ff671fdfda))

## [0.10.0](https://www.github.com/mljs/peak-shape-generator/compare/v0.9.0...v0.10.0) (2020-11-12)


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-peak-shape-generator",
"version": "0.10.0",
"version": "0.10.1",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit f42f6df

Please sign in to comment.