Skip to content

Commit 3c2d929

Browse files
committed
chore: 🤖 release v0.1.28
1 parent db73dc0 commit 3c2d929

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.28](https://github.com/phun-ky/wrapture/compare/0.1.27...0.1.28) (2025-10-28)
4+
5+
### Tasks
6+
7+
* 🤖 bump the minor-and-patch group with 2 updates ([85c7b64](https://github.com/phun-ky/wrapture/commit/85c7b64c5747a032190834d8441fb281beabf4f9))
8+
39
## [0.1.27](https://github.com/phun-ky/wrapture/compare/0.1.26...0.1.27) (2025-10-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-10-20T21:59:29.163Z
3+
> Last updated 2025-10-28T08:20:12.619Z
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-10-20T21:59:29.398Z
5+
> Last updated 2025-10-28T08:20:12.843Z
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-10-20T21:59:29.454Z
5+
> Last updated 2025-10-28T08:20:12.898Z
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-10-20T21:59:29.530Z
5+
> Last updated 2025-10-28T08:20:12.977Z
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.27",
3+
"version": "0.1.28",
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)