From 9303fdbd809168fd4a520a5c3646d896e939a0bf Mon Sep 17 00:00:00 2001 From: ocean Date: Mon, 3 Jan 2022 15:18:36 +0800 Subject: [PATCH] chore: release 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6800696..c1a28cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "esbuild-plugin-replace", - "version": "1.0.8", + "version": "1.1.0", "description": "Replace strings in files while bundling", "main": "dist/index.js", "module": "dist/index.mjs",