From e7915ced29e81ca603f52a7b4e4e99d786676831 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 24 Dec 2017 14:48:41 +0200 Subject: [PATCH] v3.3.0. --- CHANGELOG | 4 ++++ README.md | 9 +++++---- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index eb0a5327..12d36652 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v3.3.0: + date: 2017-12-24 + changes: + - Update uglify-js to v3.3.0. v3.2.1: date: 2017-11-26 changes: diff --git a/README.md b/README.md index 7e1c2243..7528edf7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# grunt-contrib-uglify v3.2.1 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-uglify.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-uglify) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/ybtf5vbvtenii561/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-uglify/branch/master) +# grunt-contrib-uglify v3.3.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-uglify.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-uglify) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/ybtf5vbvtenii561/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-uglify/branch/master) > Minify JavaScript files with UglifyJS @@ -153,13 +153,13 @@ Turn on preservation of comments. Type: `String` Default: `''` -This string will be prepended to the minified output. Template strings (e.g. `<%= config.value %>` will be expanded automatically. +This string will be prepended to the minified output. Template strings (e.g. `<%= config.value %>`) will be expanded automatically. #### footer Type: `String` Default: `''` -This string will be appended to the minified output. Template strings (e.g. `<%= config.value %>` will be expanded automatically. +This string will be appended to the minified output. Template strings (e.g. `<%= config.value %>`) will be expanded automatically. #### ie8 Type: `Boolean` @@ -525,6 +525,7 @@ grunt.initConfig({ ## Release History + * 2017-12-24   v3.3.0   Update uglify-js to v3.3.0. * 2017-11-26   v3.2.1   Update uglify-js to v3.2.0. * 2017-09-11   v3.1.0   Update uglify-js to v3.1.0. * 2017-05-20   v3.0.1   Fix toplevel option. @@ -572,4 +573,4 @@ grunt.initConfig({ Task submitted by ["Cowboy" Ben Alman](http://benalman.com) -*This file was generated on Sun Nov 26 2017 08:57:08.* +*This file was generated on Sun Dec 24 2017 14:47:07.* diff --git a/package-lock.json b/package-lock.json index bacca6d6..25a5c8dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "grunt-contrib-uglify", - "version": "3.2.1", + "version": "3.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2b7ecfd6..d2b2f7e6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-uglify", "description": "Minify JavaScript files with UglifyJS", - "version": "3.2.1", + "version": "3.3.0", "author": { "name": "Grunt Team", "url": "http://gruntjs.com/"