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 a9f84dd commit 31ecb2c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/mljs/direct/compare/v1.0.0...v2.0.0) (2024-10-22)


### ⚠ BREAKING CHANGES

* update dependencies and do not export default

### Miscellaneous Chores

* 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 31ecb2c

Please sign in to comment.