diff --git a/CHANGELOG.md b/CHANGELOG.md
index 61dac1d..bb30a15 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
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.4](https://github.com/webpack-contrib/eslint-config-webpack/compare/v2.0.3...v2.0.4) (2018-04-01)
+
+
+### Bug Fixes
+
+* **import/order:** Incorrect config syntax ([fe40e36](https://github.com/webpack-contrib/eslint-config-webpack/commit/fe40e36))
+
+
+
## [2.0.3](https://github.com/webpack-contrib/eslint-config-webpack/compare/v2.0.2...v2.0.3) (2018-04-01)
diff --git a/package-lock.json b/package-lock.json
index 8b9553b..d2d7524 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-contrib/eslint-config-webpack",
- "version": "2.0.3",
+ "version": "2.0.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 7374416..3b6048c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@webpack-contrib/eslint-config-webpack",
- "version": "2.0.3",
+ "version": "2.0.4",
"author": "Joshua Wiens (https://twitter.com/@d3viant0ne)",
"license": "MIT",
"description": "Provides Webpacks's .eslintrc as an extensible shared config",