Skip to content

Commit df5f767

Browse files
authored
chore(main): release 1.0.0 (#37)
1 parent b898ff7 commit df5f767

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

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+
315
## [0.1.3](https://github.com/mljs/direct/compare/v0.1.2...v0.1.3) (2023-03-24)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-direct",
3-
"version": "0.1.3",
3+
"version": "1.0.0",
44
"description": "Direct - DIviding RECTangles optimization algorithm",
55
"main": "lib/index.js",
66
"module": "src/index.js",

0 commit comments

Comments
 (0)