diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c0f553..495d794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 4.0.1 + +* Move lodash.clonedeep into dependencies, fixes #120 (thanks to @donmahallem) + # 4.0.0 * Bump svgo to v2.3.1. (thanks to @JohnAlbin) diff --git a/package-lock.json b/package-lock.json index 6865f4c..104cd45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "gulp-svgmin", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "4.0.0", + "version": "4.0.1", "license": "MIT", "dependencies": { "lodash.clonedeep": "^4.5.0", diff --git a/package.json b/package.json index 946d369..3a0f663 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-svgmin", - "version": "4.0.0", + "version": "4.0.1", "description": "Minify SVG files with gulp.", "license": "MIT", "homepage": "https://github.com/ben-eb/gulp-svgmin",