diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f2b4d9..aa9cf85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/mljs/direct/compare/v0.1.1...v0.1.2) (2023-03-24) + + +### Bug Fixes + +* update dependencies ([bef1935](https://github.com/mljs/direct/commit/bef193538cfed7d3114c9fd9ff844879a165b0de)) + ## [0.1.1](https://github.com/mljs/direct/compare/v0.1.0...v0.1.1) (2022-09-22) diff --git a/package.json b/package.json index 5491027..6430d1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-direct", - "version": "0.1.1", + "version": "0.1.2", "description": "Direct - DIviding RECTangles optimization algorithm", "main": "lib/index.js", "module": "src/index.js",