Skip to content

Commit 015b5a4

Browse files
committed
chore: 🤖 release v0.1.7
1 parent 4a70924 commit 015b5a4

File tree

7 files changed

+13
-7
lines changed

7 files changed

+13
-7
lines changed

CHANGELOG.md

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

3+
## [0.1.7](https://github.com/phun-ky/wrapture/compare/0.1.6...0.1.7) (2025-06-02)
4+
5+
### Tasks
6+
7+
* 🤖 bump the minor-and-patch group with 8 updates ([fd31b33](https://github.com/phun-ky/wrapture/commit/fd31b3324ef51e7d5f3dc875a5df0345c51d8e18))
8+
39
## [0.1.6](https://github.com/phun-ky/wrapture/compare/0.1.5...0.1.6) (2025-05-26)
410

511
### Tasks

api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# wrapture API documentation
22

3-
> Last updated 2025-05-26T12:55:49.168Z
3+
> Last updated 2025-06-02T13:02:39.988Z
44
55
## Modules
66

api/utils/convert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# utils/convert
44

5-
> Last updated 2025-05-26T12:55:49.403Z
5+
> Last updated 2025-06-02T13:02:40.213Z
66
77
## Interfaces
88

api/utils/generate-wrapper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# utils/generate-wrapper
44

5-
> Last updated 2025-05-26T12:55:49.455Z
5+
> Last updated 2025-06-02T13:02:40.265Z
66
77
## Interfaces
88

api/wrapture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# wrapture
44

5-
> Last updated 2025-05-26T12:55:49.547Z
5+
> Last updated 2025-06-02T13:02:40.347Z
66
77
---
88

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wrapture",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "Wrapture lets you go from a Python-trained model to deployable JavaScript with a single command. It generates TypeScript bindings and a Web/Node-compatible wrapper, using WebGPU/WASM-ready ONNX runtimes.",
55
"keywords": [
66
"onnx",

0 commit comments

Comments
 (0)