From a6fda8cf7dbb290861f30092ae6c5bf62b601491 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Tue, 13 Sep 2022 04:55:19 +0800 Subject: [PATCH] chore: release v0.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c61326e..3ae1f28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "strip-literal", - "version": "0.4.0", + "version": "0.4.1", "packageManager": "pnpm@7.0.0", "description": "Strip comments and string literals from JavaScript code", "author": "Anthony Fu ",