Skip to content

Commit 0603886

Browse files
committedOct 21, 2019
v1.6.0
1 parent ea2bb69 commit 0603886

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed
 

‎.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: node_js
33
node_js:
44
- "8"
55
- "10"
6+
- "12"
67

78
matrix:
89
fast_finish: true

‎CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v1.6.0:
2+
date: 2019-10-21
3+
changes:
4+
- Update iltorb dependency
15
v1.5.0:
26
date: 2018-04-24
37
changes:

‎README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
22

33
> Compress files and folders
44
@@ -281,6 +281,7 @@ compress: {
281281

282282
## Release History
283283

284+
* 2019-10-21   v1.6.0   Update iltorb dependency
284285
* 2018-04-24   v1.5.0   Update to node 4 as minimum version update tar to 4.4.8
285286
* 2017-05-20   v1.4.3   Update pretty-bytes to v4.0.2. Add option to not to create empty archive.
286287
* 2017-05-20   v1.4.2   Update archiver to v1.3.0.
@@ -328,4 +329,4 @@ compress: {
328329

329330
Task submitted by [Chris Talkington](http://christalkington.com/)
330331

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.*

‎appveyor.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ environment:
1010
PLATFORM: x64
1111
- NODEJS_VERSION: "10"
1212
PLATFORM: x64
13+
- NODEJS_VERSION: "12"
14+
PLATFORM: x64
1315

1416
install:
1517
- ps: Install-Product node $env:NODEJS_VERSION $env:PLATFORM

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-contrib-compress",
33
"description": "Compress files and folders",
4-
"version": "1.5.0",
4+
"version": "1.6.0",
55
"author": {
66
"name": "Grunt Team",
77
"url": "http://gruntjs.com/"

0 commit comments

Comments
 (0)
Please sign in to comment.