Skip to content

Commit

Permalink
chore(release): 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Dec 17, 2017
1 parent 943e3f9 commit 9e6395d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.2"></a>
## [2.0.2](https://github.com/webpack-contrib/eslint-config-webpack/compare/v2.0.1...v2.0.2) (2017-12-17)


### Bug Fixes

* All nested ternary ([943e3f9](https://github.com/webpack-contrib/eslint-config-webpack/commit/943e3f9))
* Warn for dynamic require ([93154f3](https://github.com/webpack-contrib/eslint-config-webpack/commit/93154f3))
* Warn for global require ([f805656](https://github.com/webpack-contrib/eslint-config-webpack/commit/f805656))
* Warn on deconstructing ([5c281f1](https://github.com/webpack-contrib/eslint-config-webpack/commit/5c281f1))
* Warn on param reasign ([9067359](https://github.com/webpack-contrib/eslint-config-webpack/commit/9067359))



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

Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "2.0.2",
"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 9e6395d

Please sign in to comment.