diff --git a/CHANGELOG.md b/CHANGELOG.md index f1d8f08..98d9dac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.8.0](https://github.com/ciro-maciel/webpack-config/compare/v1.7.1...v1.8.0) (2021-03-11) + + +### Features + +* TerserPlugin ([7c8807f](https://github.com/ciro-maciel/webpack-config/commit/7c8807f0848565c75b245eb46e7fff44fa7f1a38)) + ## [1.7.1](https://github.com/ciro-maciel/webpack-config/compare/v1.7.0...v1.7.1) (2021-03-11) diff --git a/package.json b/package.json index 85e0f3a..b3d7af3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ciro-maciel/webpack-config", - "version": "1.7.1", + "version": "1.8.0", "description": "webpack configuration for development Applications", "homepage": "https://ciro-maciel.me/", "license": "CC-BY-NC-SA-4.0",