Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rejas committed Jun 26, 2021
1 parent 36df738 commit dd04067
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand All @@ -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

Expand All @@ -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

Expand All @@ -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.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit dd04067

Please sign in to comment.