Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 17, 2020
1 parent e073679 commit 8bca6b3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 2.0.0 (2020-12-17)


### ⚠ BREAKING CHANGES

* minimum supported `webpack` version is `5.1.0`
* removed the `cache` option in favor the [`cache`](https://webpack.js.org/configuration/other-options/#cache) option from webpack

## 1.0.0 (2020-10-07)

Initial release.
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "image-minimizer-webpack-plugin",
"version": "1.0.0",
"version": "2.0.0",
"description": "Webpack loader and plugin to optimize (compress) images using imagemin",
"license": "MIT",
"repository": "webpack-contrib/image-minimizer-webpack-plugin",
Expand Down

0 comments on commit 8bca6b3

Please sign in to comment.