From 9dc0a9ca9552cde2b4900a963b01a3aceaf6e12e Mon Sep 17 00:00:00 2001 From: Ricardo Gobbo de Souza Date: Mon, 30 Sep 2019 08:23:08 -0300 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a72cd5a..315c72f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ -# Change Log +# Changelog 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. + +## 1.0.0 (2019-09-30) + +### Bug Fixes + +* Handle compilation.fileTimestamps for webpack 4 +* DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead +* Update option `emitError` +* Update option `failOnError` + +### Features + +* Modernize project to latest defaults +* Validate options +* Support absolute paths in files array +* New option `stylelintPath` +* New option `emitWarning` +* New option `failOnWarning` +* New option `quiet` + +### ⚠ BREAKING CHANGES + +* Drop support for Node < 8.9.0 +* Minimum supported `webpack` version is 4 +* Minimum supported `stylelint` version is 9