From 61c81fd8d4be6a5fe8502d1fa8ece34928444f6b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 27 Feb 2019 17:12:50 +0000 Subject: [PATCH] chore(release): 4.1.4 [skip ci] ## [4.1.4](https://github.com/ahmadnassri/metalsmith-imagemin/compare/v4.1.3...v4.1.4) (2019-02-27) ### Bug Fixes * **dependencies:** update dependencies ([d6ecc2c](https://github.com/ahmadnassri/metalsmith-imagemin/commit/d6ecc2c)) * **deps:** update dependency imagemin-advpng to v5 ([#85](https://github.com/ahmadnassri/metalsmith-imagemin/issues/85)) ([ffc83f3](https://github.com/ahmadnassri/metalsmith-imagemin/commit/ffc83f3)) * **deps:** update dependency imagemin-pngquant to v7 ([#86](https://github.com/ahmadnassri/metalsmith-imagemin/issues/86)) ([f2daf93](https://github.com/ahmadnassri/metalsmith-imagemin/commit/f2daf93)) * **deps:** update dependency imagemin-zopfli to v6 ([#87](https://github.com/ahmadnassri/metalsmith-imagemin/issues/87)) ([5e6114a](https://github.com/ahmadnassri/metalsmith-imagemin/commit/5e6114a)) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 66ff363..67cc7e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "metalsmith-imagemin", - "version": "4.1.3", + "version": "4.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7b0c43c..09a6c56 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "4.1.3", + "version": "4.1.4", "name": "metalsmith-imagemin", "description": "Metalsmith plugin to minify images.", "author": "Ahmad Nassri (https://www.ahmadnassri.com/)",