Skip to content

Commit 5fade25

Browse files
committed
chore: 🤖 release v0.1.14
1 parent fc755f3 commit 5fade25

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.14](https://github.com/phun-ky/wrapture/compare/0.1.13...0.1.14) (2025-07-20)
4+
5+
### Tasks
6+
7+
* 🤖 bump the minor-and-patch group with 4 updates ([d7a5e5b](https://github.com/phun-ky/wrapture/commit/d7a5e5b1e8dfec2bec40f08271982990d7d855a7))
8+
39
## [0.1.13](https://github.com/phun-ky/wrapture/compare/0.1.12...0.1.13) (2025-07-07)
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-07T13:13:36.588Z
3+
> Last updated 2025-07-20T09:07:08.818Z
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-07T13:13:36.817Z
5+
> Last updated 2025-07-20T09:07:09.051Z
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-07T13:13:36.864Z
5+
> Last updated 2025-07-20T09:07:09.104Z
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-07T13:13:36.944Z
5+
> Last updated 2025-07-20T09:07:09.185Z
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.13",
3+
"version": "0.1.14",
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)