From a3f3f342331326b42a22a6003df4da305a72cfbd Mon Sep 17 00:00:00 2001 From: Vlad Filippov Date: Fri, 15 Apr 2022 21:02:03 -0400 Subject: [PATCH] 5.2.1 --- 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 8ada0c0c..ce858ade 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "grunt-contrib-uglify", - "version": "5.2.0", + "version": "5.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aa56a5d2..bae7d9f6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-uglify", "description": "Minify JavaScript files with UglifyJS", - "version": "5.2.0", + "version": "5.2.1", "author": { "name": "Grunt Team", "url": "https://gruntjs.com/"