Skip to content

Commit

Permalink
chore: release 4.0.0 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Nov 26, 2021
1 parent eabd472 commit 192bdbf
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

## [4.0.0](https://www.github.com/mljs/peak-shape-generator/compare/v3.0.3...v4.0.0) (2021-11-26)


### ⚠ BREAKING CHANGES

* simplify exposed methods and interface

### Features

* simplify exposed methods and interface ([eabd472](https://www.github.com/mljs/peak-shape-generator/commit/eabd47296336b088a014276f956ed902e8620c13))


### Bug Fixes

* avoid duplication of interfaces ([#58](https://www.github.com/mljs/peak-shape-generator/issues/58)) ([6b68b58](https://www.github.com/mljs/peak-shape-generator/commit/6b68b5892b88ae6ec7921cee819cecb6b17dfe1d))

### [3.0.3](https://www.github.com/mljs/peak-shape-generator/compare/v3.0.2...v3.0.3) (2021-11-23)


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

0 comments on commit 192bdbf

Please sign in to comment.