From 93eb2e1bc1b75e8fadbf7450d442f174d939a40c Mon Sep 17 00:00:00 2001 From: bokuweb Date: Tue, 30 Jul 2024 11:43:55 +0900 Subject: [PATCH] 0.4.8-rc9 (#746) --- docx-wasm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docx-wasm/package.json b/docx-wasm/package.json index 661bdf9..53ca0d5 100644 --- a/docx-wasm/package.json +++ b/docx-wasm/package.json @@ -1,6 +1,6 @@ { "name": "docx-wasm", - "version": "0.4.18-rc8", + "version": "0.4.18-rc9", "main": "dist/node/index.js", "browser": "dist/web/index.js", "author": "bokuweb ",