Prepare 0.1.2 release

This commit is contained in:
2026-07-09 03:12:09 +09:00
parent 2d06dc3277
commit 4142fcd46a
8 changed files with 52 additions and 12 deletions
Binary file not shown.
+15
View File
@@ -0,0 +1,15 @@
{
"name": "@hare/decodal-wasm",
"version": "0.1.2",
"license": "MIT OR Apache-2.0",
"exports": "./decodal_wasm.js",
"publish": {
"include": [
"README.md",
"decodal_wasm.js",
"decodal_wasm.d.ts",
"decodal_wasm_bg.wasm",
"package.json"
]
}
}
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "decodal-wasm",
"type": "module",
"description": "WebAssembly wrapper for evaluating Decodal in browser playgrounds.",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT OR Apache-2.0",
"repository": {
"type": "git",