Skip to content

Commit e7915ce

Browse files
committed
v3.3.0.
1 parent bf23f0b commit e7915ce

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v3.3.0:
2+
date: 2017-12-24
3+
changes:
4+
- Update uglify-js to v3.3.0.
15
v3.2.1:
26
date: 2017-11-26
37
changes:

README.md

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

33
> Minify JavaScript files with UglifyJS
44
@@ -153,13 +153,13 @@ Turn on preservation of comments.
153153
Type: `String`
154154
Default: `''`
155155

156-
This string will be prepended to the minified output. Template strings (e.g. `<%= config.value %>` will be expanded automatically.
156+
This string will be prepended to the minified output. Template strings (e.g. `<%= config.value %>`) will be expanded automatically.
157157

158158
#### footer
159159
Type: `String`
160160
Default: `''`
161161

162-
This string will be appended to the minified output. Template strings (e.g. `<%= config.value %>` will be expanded automatically.
162+
This string will be appended to the minified output. Template strings (e.g. `<%= config.value %>`) will be expanded automatically.
163163

164164
#### ie8
165165
Type: `Boolean`
@@ -525,6 +525,7 @@ grunt.initConfig({
525525

526526
## Release History
527527

528+
* 2017-12-24   v3.3.0   Update uglify-js to v3.3.0.
528529
* 2017-11-26   v3.2.1   Update uglify-js to v3.2.0.
529530
* 2017-09-11   v3.1.0   Update uglify-js to v3.1.0.
530531
* 2017-05-20   v3.0.1   Fix toplevel option.
@@ -572,4 +573,4 @@ grunt.initConfig({
572573

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

575-
*This file was generated on Sun Nov 26 2017 08:57:08.*
576+
*This file was generated on Sun Dec 24 2017 14:47:07.*

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-contrib-uglify",
33
"description": "Minify JavaScript files with UglifyJS",
4-
"version": "3.2.1",
4+
"version": "3.3.0",
55
"author": {
66
"name": "Grunt Team",
77
"url": "http://gruntjs.com/"

0 commit comments

Comments
 (0)