From 9e6395d972fa570672877295fa5c177675defe26 Mon Sep 17 00:00:00 2001 From: Joshua Wiens Date: Sun, 17 Dec 2017 03:42:22 -0600 Subject: [PATCH] chore(release): 2.0.2 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdf8867..141aa1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + +## [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)) + + + ## [2.0.1](https://github.com/webpack-contrib/eslint-config-webpack/compare/v2.0.0...v2.0.1) (2017-12-14) diff --git a/package-lock.json b/package-lock.json index cfba556..8ec6727 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-config-webpack", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0c230ea..ae02b8c 100644 --- a/package.json +++ b/package.json @@ -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",