Skip to content

Commit

Permalink
chore(release): 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Apr 1, 2018
1 parent 960c93f commit f4f30c9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

<a name="2.0.3"></a>
## [2.0.3](https://github.com/webpack-contrib/eslint-config-webpack/compare/v2.0.2...v2.0.3) (2018-04-01)


### Bug Fixes

* **import/order:** Chage import order from error to warn ([960c93f](https://github.com/webpack-contrib/eslint-config-webpack/commit/960c93f))
* **import/order:** Update rule to not conflict with prettier ([a8635f0](https://github.com/webpack-contrib/eslint-config-webpack/commit/a8635f0))



<a name="2.0.2"></a>
## [2.0.2](https://github.com/webpack-contrib/eslint-config-webpack/compare/v2.0.1...v2.0.2) (2017-12-17)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webpack-contrib/eslint-config-webpack",
"version": "2.0.2",
"version": "2.0.3",
"author": "Joshua Wiens (https://twitter.com/@d3viant0ne)",
"license": "MIT",
"description": "Provides Webpacks's .eslintrc as an extensible shared config",
Expand Down

0 comments on commit f4f30c9

Please sign in to comment.