From 197697475d461d640b093224cbfcf355a947fb2b Mon Sep 17 00:00:00 2001 From: oceanpeng Date: Thu, 2 Dec 2021 10:12:47 +0800 Subject: [PATCH] chore: release 1.0.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6800696..6f28705 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "esbuild-plugin-replace", - "version": "1.0.8", + "version": "1.0.9", "description": "Replace strings in files while bundling", "main": "dist/index.js", "module": "dist/index.mjs",