From 6b71ff0bf730b836b1b191dcc9dd31ffd3b1fbcd Mon Sep 17 00:00:00 2001 From: Vlad Shcherbin Date: Mon, 9 Sep 2024 02:45:15 +0300 Subject: [PATCH] Release 2.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 832e9d5..009ad43 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rollup-plugin-delete", "description": "Delete files and folders using Rollup", - "version": "2.0.0", + "version": "2.1.0", "author": "Vlad Shcherbin ", "repository": "vladshcherbin/rollup-plugin-delete", "main": "dist/index.cjs.js",