diff --git a/CHANGELOG.md b/CHANGELOG.md index 382d3be..1c0f553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ +# 4.0.0 + +* Bump svgo to v2.3.1. (thanks to @JohnAlbin) +* Drop node 10 support. +* Replace eslint-config-cssnano with xo. +* Update babel to v7 and ava to v3 (thanks to @JohnAlbin) +* Update dependencies. + # 3.0.0 * Bump svgo to v1.3.2. * Drop node 8 support. -* Update dependencies +* Update dependencies. # 2.2.0 @@ -11,7 +19,7 @@ # 2.1.0 * Bump svgo to v1.1.x. -* Update babel-dependencies (but not yet to v7) +* Update babel-dependencies (but not yet to v7). # 2.0.0 @@ -21,7 +29,7 @@ # 1.2.4 -* Fixed a regression with the per-file options (thanks to @Odrin). +* Fixed a regression with the per-file options. (thanks to @Odrin) # 1.2.3 @@ -37,7 +45,7 @@ # 1.2.0 -* Adds the ability to pass per-file objects (thanks to @w0rm). +* Adds the ability to pass per-file objects. (thanks to @w0rm) # 1.1.2 @@ -53,8 +61,8 @@ # 1.0.0 -* svgmin takes an options object now, instead of a list of plugins +* svgmin takes an options object now, instead of a list of plugins. # 0.4.8 -* Bump svgo to v0.5 +* Bump svgo to v0.5. diff --git a/package-lock.json b/package-lock.json index aed1ac4..d3bafc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "gulp-svgmin", - "version": "3.0.0", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "3.0.0", + "version": "4.0.0", "license": "MIT", "dependencies": { "plugin-error": "^1.0.1", diff --git a/package.json b/package.json index 7ac2bf2..ea6a18e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-svgmin", - "version": "3.0.0", + "version": "4.0.0", "description": "Minify SVG files with gulp.", "license": "MIT", "homepage": "https://github.com/ben-eb/gulp-svgmin",