Skip to content

Commit 9dc0a9c

Browse files
chore(release): 1.0.0
1 parent 74838fb commit 9dc0a9c

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1-
# Change Log
1+
# Changelog
22

33
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.
4+
5+
## 1.0.0 (2019-09-30)
6+
7+
### Bug Fixes
8+
9+
* Handle compilation.fileTimestamps for webpack 4
10+
* DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
11+
* Update option `emitError`
12+
* Update option `failOnError`
13+
14+
### Features
15+
16+
* Modernize project to latest defaults
17+
* Validate options
18+
* Support absolute paths in files array
19+
* New option `stylelintPath`
20+
* New option `emitWarning`
21+
* New option `failOnWarning`
22+
* New option `quiet`
23+
24+
### ⚠ BREAKING CHANGES
25+
26+
* Drop support for Node < 8.9.0
27+
* Minimum supported `webpack` version is 4
28+
* Minimum supported `stylelint` version is 9

0 commit comments

Comments
 (0)