Skip to content

Commit

Permalink
chore: release 2.0.0 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Aug 6, 2021
1 parent 52c065e commit bca40d7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [2.0.0](https://www.github.com/mljs/peak-shape-generator/compare/v1.0.0...v2.0.0) (2021-08-06)


### ⚠ BREAKING CHANGES

*

### Features

* abstract methods to abstract class Shape2D ([52c065e](https://www.github.com/mljs/peak-shape-generator/commit/52c065e765b665339cd1773f5ce400ac714fd2fe))
* classes extend Shape1D or Shape2D ([de6ce2c](https://www.github.com/mljs/peak-shape-generator/commit/de6ce2c3576e045bda335c1ace9815d25359dfe0))
* classes extend Shape1D or Shape2D ([99dc46c](https://www.github.com/mljs/peak-shape-generator/commit/99dc46c4b95748a017da175cbc659893f61e7384))
* typescript migration ([#45](https://www.github.com/mljs/peak-shape-generator/issues/45)) ([f546490](https://www.github.com/mljs/peak-shape-generator/commit/f546490c897039e7ec5790acecc0227644b726d3))


### Bug Fixes

* workflows master branch is now 'main' ([69dc7a0](https://www.github.com/mljs/peak-shape-generator/commit/69dc7a05e9ccd54f9dde7fb012d3a674bf0982f3))

## [1.0.0](https://www.github.com/mljs/peak-shape-generator/compare/v0.14.0...v1.0.0) (2021-03-24)


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

0 comments on commit bca40d7

Please sign in to comment.