Skip to content

Commit

Permalink
Merge pull request #7 from mljs/release-v0.3.0
Browse files Browse the repository at this point in the history
chore: release 0.3.0
  • Loading branch information
lpatiny authored Oct 19, 2021
2 parents 2c63d54 + e71b2c2 commit c06ff66
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Changelog

## [0.3.0](https://www.github.com/mljs/array-xy/compare/v0.2.9...v0.3.0) (2021-10-19)


### ⚠ BREAKING CHANGES

*

### Features

* add covariance ([2fd5788](https://www.github.com/mljs/array-xy/commit/2fd57880bbfc06454eb46ecc554f0254cfe68d5b))
* add github workflows ([dc2ac96](https://www.github.com/mljs/array-xy/commit/dc2ac96b901caccaad87d909a09a7fcc17d02fb2))
* equally-space allows now large array ([da32706](https://www.github.com/mljs/array-xy/commit/da32706e659977614320a77cab40f6f100a478b5))
* **equallySpaced:** allows to specify zones to keep ([e87bac8](https://www.github.com/mljs/array-xy/commit/e87bac8b8842276429d52534dcd17cd8dd64301c))
* publish ml-array-xy ([b6413f1](https://www.github.com/mljs/array-xy/commit/b6413f128e737f07443ef303f935df5c56e349f2))


### Bug Fixes

* add lerna build before tests ([e921a0d](https://www.github.com/mljs/array-xy/commit/e921a0d530fd71fa82ab8cf155dcc904c86ea338))
* **equallySpaced:** throw if numberOfPoints < 2 ([4a7f866](https://www.github.com/mljs/array-xy/commit/4a7f866b2d5d80a1d72290bde83d221363a34c85))
* infinite loop for small slots ([108076a](https://www.github.com/mljs/array-xy/commit/108076a3f13205229691a5059687cd07c79b59b1))
* **lerna:** no-package-lock ([ade5a10](https://www.github.com/mljs/array-xy/commit/ade5a10e69cc4654a7e2e93e7fbc0c4527e1584d))
* throw error in case not growing series ([ab1c17b](https://www.github.com/mljs/array-xy/commit/ab1c17b9159780f82bb687ee8b4cdf91e13d5c32))
* wrong package dependency ml-zones ([1cbe592](https://www.github.com/mljs/array-xy/commit/1cbe5920f80bba0fff3cf7fa407ce2672965b417))


### Miscellaneous Chores

* update dependencies and remove support for Node.js 6 ([dc23f9c](https://www.github.com/mljs/array-xy/commit/dc23f9c37c311fdabcbafe429ef8d8239834823d))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ml-array-xy",
"version": "0.1.0",
"version": "0.3.0",
"main": "lib/index.js",
"module": "src/index.js",
"files": [
Expand Down

0 comments on commit c06ff66

Please sign in to comment.