Skip to content

Commit e0c1dde

Browse files
authored
chore(main): release 0.1.1 (#33)
1 parent 7ec0ec6 commit e0c1dde

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [0.1.1](https://github.com/mljs/direct/compare/v0.1.0...v0.1.1) (2022-09-22)
4+
5+
6+
### Bug Fixes
7+
8+
* add type file declaration ([#34](https://github.com/mljs/direct/issues/34)) ([7ec0ec6](https://github.com/mljs/direct/commit/7ec0ec6ae2bfb7fd6369a9191a9566b6407fc4f2))
9+
* remove useless dependencies ([2069725](https://github.com/mljs/direct/commit/20697254f30e6c40babc8688c2f72dc18ae3e0df))
10+
311
## [0.1.0](https://www.github.com/mljs/direct/compare/v0.0.1...v0.1.0) (2020-11-06)
412

513
### Features

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.0",
3+
"version": "0.1.1",
44
"description": "Direct - DIviding RECTangles optimization algorithm",
55
"main": "lib/index.js",
66
"module": "src/index.js",

0 commit comments

Comments
 (0)