Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Jul 16, 2020
1 parent 9259448 commit 14b71da
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.*
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"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/"
},
"repository": "gruntjs/grunt-contrib-uglify",
"license": "MIT",
"engines": {
"node": ">=6"
"node": ">=10"
},
"main": "tasks/uglify.js",
"scripts": {
Expand Down

0 comments on commit 14b71da

Please sign in to comment.