Skip to content

Commit 14b71da

Browse files
committed
v5.0.0
1 parent 9259448 commit 14b71da

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v5.0.0:
2+
date: 2020-07-16
3+
changes:
4+
- Requires node 10+.
5+
- Update dependencies.
16
v4.0.1:
27
date: 2019-03-21
38
changes:

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 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)
1+
# 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)
22

33
> Minify JavaScript files with UglifyJS
44
@@ -525,6 +525,7 @@ grunt.initConfig({
525525

526526
## Release History
527527

528+
* 2020-07-16   v5.0.0   Requires node 10+. Update dependencies.
528529
* 2019-03-21   v4.0.1   Update uglify-js to v3.5.0. Update dependencies.
529530
* 2018-08-26   v4.0.0   Update dependencies. Requires Node.js >= 6.
530531
* 2018-07-29   v3.4.0   Update uglify-js to v3.4.0.
@@ -576,4 +577,4 @@ grunt.initConfig({
576577

577578
Task submitted by ["Cowboy" Ben Alman](http://benalman.com)
578579

579-
*This file was generated on Thu Jul 16 2020 09:53:59.*
580+
*This file was generated on Thu Jul 16 2020 10:08:35.*

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "grunt-contrib-uglify",
33
"description": "Minify JavaScript files with UglifyJS",
4-
"version": "4.0.1",
4+
"version": "5.0.0",
55
"author": {
66
"name": "Grunt Team",
77
"url": "https://gruntjs.com/"
88
},
99
"repository": "gruntjs/grunt-contrib-uglify",
1010
"license": "MIT",
1111
"engines": {
12-
"node": ">=6"
12+
"node": ">=10"
1313
},
1414
"main": "tasks/uglify.js",
1515
"scripts": {

0 commit comments

Comments
 (0)