We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b898ff7 commit df5f767Copy full SHA for df5f767
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## [1.0.0](https://github.com/mljs/direct/compare/v0.1.3...v1.0.0) (2024-03-07)
4
+
5
6
+### release-as
7
8
+* v1.0.0 ([add7670](https://github.com/mljs/direct/commit/add7670a5328483a3a529ee2ab4b2a5ca7ee98c6))
9
10
11
+### Bug Fixes
12
13
+* update dependencies ([92f780a](https://github.com/mljs/direct/commit/92f780a23a17c60cc749cad5276975f78cb9c528))
14
15
## [0.1.3](https://github.com/mljs/direct/compare/v0.1.2...v0.1.3) (2023-03-24)
16
17
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-direct",
- "version": "0.1.3",
+ "version": "1.0.0",
"description": "Direct - DIviding RECTangles optimization algorithm",
"main": "lib/index.js",
"module": "src/index.js",
0 commit comments