From 8d1a018380ceb36a17a579737297ebdcd0102c1b Mon Sep 17 00:00:00 2001 From: bokuweb Date: Wed, 17 Jul 2024 16:35:47 +0900 Subject: [PATCH] 0.4.18-rc4 (#743) --- 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 6814565..362ef3d 100644 --- a/docx-wasm/package.json +++ b/docx-wasm/package.json @@ -1,6 +1,6 @@ { "name": "docx-wasm", - "version": "0.4.18-rc3", + "version": "0.4.18-rc4", "main": "dist/node/index.js", "browser": "dist/web/index.js", "author": "bokuweb ",