From 246f8dbdb6b32a77c5bc5c852fcf196491b9aef3 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 27 Jun 2024 10:56:36 +0200 Subject: [PATCH] chore: release v0.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b9b120..c923402 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unplugin-purge-polyfills", "type": "module", - "version": "0.0.1", + "version": "0.0.2", "packageManager": "pnpm@9.4.0", "description": "A tiny plugin to replace package imports with better native code.", "license": "MIT",