From 7018a3e186be1863784ab63c36536f62882fd2cd Mon Sep 17 00:00:00 2001 From: mljs-bot <72700744+mljs-bot@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:08:23 +0200 Subject: [PATCH] chore(main): release 2.0.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e8d83e..a3e447b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.0.0](https://github.com/mljs/direct/compare/v1.0.0...v2.0.0) (2024-10-22) + + +### ⚠ BREAKING CHANGES + +* rename fCalls to nbFunctionCalls +* update dependencies and do not export default + +### Miscellaneous Chores + +* rename fCalls to nbFunctionCalls ([cdb7872](https://github.com/mljs/direct/commit/cdb78723808d1c70ca2522746cd46d0a19adb30b)) +* update dependencies and do not export default ([a9f84dd](https://github.com/mljs/direct/commit/a9f84dd9414872bbb37841b47482b6d8673cf791)) + ## [1.0.0](https://github.com/mljs/direct/compare/v0.1.3...v1.0.0) (2024-03-07) diff --git a/package.json b/package.json index b86b7df..2bddbe0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-direct", - "version": "1.0.0", + "version": "2.0.0", "description": "Direct - DIviding RECTangles optimization algorithm", "main": "lib/index.js", "module": "src/index.js",