From cdd04254eb592f618802a675d2ad785393ab9ff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juho=20Veps=C3=A4l=C3=A4inen?= Date: Mon, 22 May 2023 10:16:22 +0300 Subject: [PATCH] 5.9.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7326a1e..e18aa0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webpack-merge", - "version": "5.8.0", + "version": "5.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9e51429..fca2eea 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "webpack-merge", "description": "Variant of merge that's useful for webpack configuration", "author": "Juho Vepsalainen ", - "version": "5.8.0", + "version": "5.9.0", "scripts": { "build": "tsc", "format": "prettier . --write --ignore-path .gitignore",