From 0105bc1f005d78e3819a567ffb91432683569070 Mon Sep 17 00:00:00 2001 From: Tobias Koppers Date: Wed, 12 Jan 2022 09:23:00 +0100 Subject: [PATCH] 5.66.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ec7e1377a6d..b2286d3908d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack", - "version": "5.65.0", + "version": "5.66.0", "author": "Tobias Koppers @sokra", "description": "Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.", "license": "MIT", @@ -246,4 +246,4 @@ "json" ] } -} \ No newline at end of file +}