Skip to content

Commit a3ab75c

Browse files
committed
chore: 🤖 release v0.1.15
1 parent 2caffb6 commit a3ab75c

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.15](https://github.com/phun-ky/wrapture/compare/0.1.14...0.1.15) (2025-07-22)
4+
5+
### Tasks
6+
7+
* 🤖 bump the minor-and-patch group with 6 updates ([018615c](https://github.com/phun-ky/wrapture/commit/018615c9576426249ba9093c57ae8971a78be724))
8+
39
## [0.1.14](https://github.com/phun-ky/wrapture/compare/0.1.13...0.1.14) (2025-07-20)
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-07-20T09:07:08.818Z
3+
> Last updated 2025-07-22T17:46:28.957Z
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-07-20T09:07:09.051Z
5+
> Last updated 2025-07-22T17:46:29.187Z
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-07-20T09:07:09.104Z
5+
> Last updated 2025-07-22T17:46:29.238Z
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-07-20T09:07:09.185Z
5+
> Last updated 2025-07-22T17:46:29.320Z
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.14",
3+
"version": "0.1.15",
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)