Skip to content

Commit

Permalink
chore: release 4.1.2 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Aug 6, 2022
1 parent 222296f commit a3b4aea
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.1.2](https://www.github.com/mljs/peak-shape-generator/compare/v4.1.1...v4.1.2) (2022-08-06)


### Bug Fixes

* export shape types ([222296f](https://www.github.com/mljs/peak-shape-generator/commit/222296f7ee8a5cbd22c62d727143aeb5136a5bf2))
* getLorenztianFactor function. close [#70](https://www.github.com/mljs/peak-shape-generator/issues/70) ([#71](https://www.github.com/mljs/peak-shape-generator/issues/71)) ([49dcc32](https://www.github.com/mljs/peak-shape-generator/commit/49dcc32d16ea41f6a8f461b4369f56a4ff0f058f))

### [4.1.1](https://www.github.com/mljs/peak-shape-generator/compare/v4.1.0...v4.1.1) (2022-02-25)


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": "4.1.1",
"version": "4.1.2",
"description": "Generate various peak shapes",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down

0 comments on commit a3b4aea

Please sign in to comment.