From ba09aaf91562271833db8447cca211401fe71d9e Mon Sep 17 00:00:00 2001 From: Miel Truyen Date: Sat, 20 May 2023 23:17:02 +0200 Subject: [PATCH] 0.0.4: increment version number for fix: fix entryNames of sources files included by html in a subdir (they didnt keep their relative address...) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 334abb4..98f550f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-html-entry2", - "version": "0.0.3", + "version": "0.0.4", "description": "Teaches rollup how to deal with HTML, allows to use HTML-files as entry-points.", "license": "MIT", "repository": {