Skip to content

Commit

Permalink
chore(main): release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot committed Oct 22, 2024
1 parent da875a2 commit 7018a3e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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-direct",
"version": "1.0.0",
"version": "2.0.0",
"description": "Direct - DIviding RECTangles optimization algorithm",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit 7018a3e

Please sign in to comment.