From 14b71dadead98731679478f148e191a8558f342c Mon Sep 17 00:00:00 2001 From: Vlad Filippov Date: Thu, 16 Jul 2020 10:09:04 -0400 Subject: [PATCH] v5.0.0 --- CHANGELOG | 5 +++++ README.md | 5 +++-- package.json | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3eb1ebc3..830f13fd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +v5.0.0: + date: 2020-07-16 + changes: + - Requires node 10+. + - Update dependencies. v4.0.1: date: 2019-03-21 changes: diff --git a/README.md b/README.md index e525e713..2b1a064d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# grunt-contrib-uglify v4.0.1 [![Build Status](/~https://github.com/gruntjs/grunt-contrib-uglify/workflows/Tests/badge.svg)](/~https://github.com/gruntjs/grunt-contrib-uglify/actions?workflow=Tests) +# grunt-contrib-uglify v5.0.0 [![Build Status](/~https://github.com/gruntjs/grunt-contrib-uglify/workflows/Tests/badge.svg)](/~https://github.com/gruntjs/grunt-contrib-uglify/actions?workflow=Tests) > Minify JavaScript files with UglifyJS @@ -525,6 +525,7 @@ grunt.initConfig({ ## Release History + * 2020-07-16   v5.0.0   Requires node 10+. Update dependencies. * 2019-03-21   v4.0.1   Update uglify-js to v3.5.0. Update dependencies. * 2018-08-26   v4.0.0   Update dependencies. Requires Node.js >= 6. * 2018-07-29   v3.4.0   Update uglify-js to v3.4.0. @@ -576,4 +577,4 @@ grunt.initConfig({ Task submitted by ["Cowboy" Ben Alman](http://benalman.com) -*This file was generated on Thu Jul 16 2020 09:53:59.* +*This file was generated on Thu Jul 16 2020 10:08:35.* diff --git a/package.json b/package.json index 0a083785..eec7e5fd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-uglify", "description": "Minify JavaScript files with UglifyJS", - "version": "4.0.1", + "version": "5.0.0", "author": { "name": "Grunt Team", "url": "https://gruntjs.com/" @@ -9,7 +9,7 @@ "repository": "gruntjs/grunt-contrib-uglify", "license": "MIT", "engines": { - "node": ">=6" + "node": ">=10" }, "main": "tasks/uglify.js", "scripts": {