Skip to content

Commit 8f4518f

Browse files
chore(release): 3.0.0
1 parent a5a6594 commit 8f4518f

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.
44

5+
<a name="3.0.0"></a>
6+
# [3.0.0](https://github.com/webpack-contrib/eslint-config-webpack/compare/v2.0.4...v3.0.0) (2018-10-01)
7+
8+
9+
### Chores
10+
11+
* **package:** update `eslint` v4.13.1...5.6.0 (`devDependencies|peerDependencies`) ([a5a6594](https://github.com/webpack-contrib/eslint-config-webpack/commit/a5a6594))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **package:** minimum require `eslint` version is now `5.6.0`
17+
18+
19+
520
<a name="2.0.4"></a>
621
## [2.0.4](https://github.com/webpack-contrib/eslint-config-webpack/compare/v2.0.3...v2.0.4) (2018-04-01)
722

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-contrib/eslint-config-webpack",
3-
"version": "2.0.4",
3+
"version": "3.0.0",
44
"author": "Joshua Wiens (https://twitter.com/@d3viant0ne)",
55
"license": "MIT",
66
"description": "Provides Webpacks's .eslintrc as an extensible shared config",

0 commit comments

Comments
 (0)