From 2c75449978df0b8fb09d80450e936737ca89986f Mon Sep 17 00:00:00 2001 From: "Morse, Dan" Date: Thu, 17 Nov 2022 14:54:45 -0500 Subject: [PATCH] 2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c9e767..dbc96ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "drupal-libraries-webpack-plugin", "description": "Generates a Drupal asset library file for a webpack build.", - "version": "2.0.0", + "version": "2.0.1", "main": "index.js", "scripts": { "test": "jest",