Skip to content
This repository was archived by the owner on Mar 17, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tcoopman/image-webpack-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.0
Choose a base ref
...
head repository: tcoopman/image-webpack-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.0
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 7, 2018

  1. Bump imagemin-svgo to v6.0.0

    Andy Gertjejansen committed Mar 7, 2018
    Copy the full SHA
    e600383 View commit details

Commits on Mar 13, 2018

  1. Merge pull request #145 from quantumew/master

    Bump imagemin-svgo to v6.0.0 for svgo v1.0.0, better compression
    tcoopman authored Mar 13, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7947a8b View commit details
  2. 4.2.0

    tcoopman committed Mar 13, 2018
    Copy the full SHA
    87b87f9 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 package.json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "image-webpack-loader",
"version": "4.1.0",
"version": "4.2.0",
"description": "Image loader module for webpack",
"author": "Thomas Coopman @tcoopman",
"license": "MIT",
@@ -20,7 +20,7 @@
"imagemin-mozjpeg": "^7.0.0",
"imagemin-optipng": "^5.2.1",
"imagemin-pngquant": "^5.0.0",
"imagemin-svgo": "^5.2.1",
"imagemin-svgo": "^6.0.0",
"imagemin-webp": "^4.0.0",
"loader-utils": "^1.1.0",
"object-assign": "^4.1.1"