diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a1682f..37a8359 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 2.1.0 + +* Bump svgo to v1.1.x. +* Update babel-dependencies (but not yet to v7) + # 2.0.0 * Bump svgo to v1.0.x. (thanks to @theverything) diff --git a/package-lock.json b/package-lock.json index 121ac69..c71ce29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gulp-svgmin", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1c543a4..b5cb20f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-svgmin", - "version": "2.0.0", + "version": "2.1.0", "description": "Minify SVG files with gulp.", "license": "MIT", "homepage": "https://github.com/ben-eb/gulp-svgmin",