From dd6752e82ed491671c841d19bcfe5a66dc7d67f1 Mon Sep 17 00:00:00 2001 From: "Morse, Dan" Date: Thu, 21 Dec 2023 10:14:02 -0500 Subject: [PATCH] 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dbc96ca..36c7440 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.1", + "version": "3.0.0", "main": "index.js", "scripts": { "test": "jest",