File tree 5 files changed +11
-3
lines changed
5 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ language: node_js
3
3
node_js :
4
4
- " 8"
5
5
- " 10"
6
+ - " 12"
6
7
7
8
matrix :
8
9
fast_finish : true
Original file line number Diff line number Diff line change
1
+ v1.6.0:
2
+ date: 2019-10-21
3
+ changes:
4
+ - Update iltorb dependency
1
5
v1.5.0:
2
6
date: 2018-04-24
3
7
changes:
Original file line number Diff line number Diff line change 1
- # grunt-contrib-compress v1.5 .0 [ ![ Build Status: Linux] ( https://travis-ci.org/gruntjs/grunt-contrib-compress.svg?branch=master )] ( https://travis-ci.org/gruntjs/grunt-contrib-compress ) [ ![ Build Status: Windows] ( https://ci.appveyor.com/api/projects/status/tiwbi1smm1j8aa5j/branch/master?svg=true )] ( https://ci.appveyor.com/project/gruntjs/grunt-contrib-compress/branch/master )
1
+ # grunt-contrib-compress v1.6 .0 [ ![ Build Status: Linux] ( https://travis-ci.org/gruntjs/grunt-contrib-compress.svg?branch=master )] ( https://travis-ci.org/gruntjs/grunt-contrib-compress ) [ ![ Build Status: Windows] ( https://ci.appveyor.com/api/projects/status/tiwbi1smm1j8aa5j/branch/master?svg=true )] ( https://ci.appveyor.com/project/gruntjs/grunt-contrib-compress/branch/master )
2
2
3
3
> Compress files and folders
4
4
@@ -281,6 +281,7 @@ compress: {
281
281
282
282
## Release History
283
283
284
+ * 2019-10-21 v1.6.0 Update iltorb dependency
284
285
* 2018-04-24 v1.5.0 Update to node 4 as minimum version update tar to 4.4.8
285
286
* 2017-05-20 v1.4.3 Update pretty-bytes to v4.0.2. Add option to not to create empty archive.
286
287
* 2017-05-20 v1.4.2 Update archiver to v1.3.0.
@@ -328,4 +329,4 @@ compress: {
328
329
329
330
Task submitted by [ Chris Talkington] ( http://christalkington.com/ )
330
331
331
- * This file was generated on Mon Oct 21 2019 10:19:48 .*
332
+ * This file was generated on Mon Oct 21 2019 10:25:59 .*
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ environment:
10
10
PLATFORM : x64
11
11
- NODEJS_VERSION : " 10"
12
12
PLATFORM : x64
13
+ - NODEJS_VERSION : " 12"
14
+ PLATFORM : x64
13
15
14
16
install :
15
17
- ps : Install-Product node $env:NODEJS_VERSION $env:PLATFORM
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " grunt-contrib-compress" ,
3
3
"description" : " Compress files and folders" ,
4
- "version" : " 1.5 .0" ,
4
+ "version" : " 1.6 .0" ,
5
5
"author" : {
6
6
"name" : " Grunt Team" ,
7
7
"url" : " http://gruntjs.com/"
You can’t perform that action at this time.
0 commit comments