From d3539572c2a75a3dccffa2ccd4acdcb295c5205d Mon Sep 17 00:00:00 2001 From: xiaohui Date: Fri, 8 Mar 2024 19:20:14 +0800 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e6be64..a5bf578 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xh4010/xlsxtemplater", - "version": "1.0.8", + "version": "1.0.9", "description": "xlscTemplater is a library that generates xlsx documents from an xlsx template by replacing pre-defined {placeholders}. It supports loop conditions, as well as the insertion of images and QR codes. The library is capable of producing output in xlsx/pdf formats.", "main": "index.js", "scripts": {