diff --git a/CHANGELOG.md b/CHANGELOG.md index 5554724..fd58215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 3.2.0 +- Updated base eslint dependency to include 8.0 +- Updated copyright to Samsung Electronics Co., LTD + +## 3.1.0 +- Updated base eslint dependency to 5.1.0 and eslint-plugin-react to 7.7.0 +- Updated to ecmaVersion: 2018 +- Updated/removed ecmaFeatures + ## 3.0.0 - Updated base eslint dependency to 4.0.0 - Added errors/for-direction rule diff --git a/package.json b/package.json index 370c8bc..a2ed932 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-smartthings", - "version": "3.1.0", + "version": "3.2.0", "description": "SmartThings's ESLint config", "main": "index.js", "repository": { @@ -36,7 +36,7 @@ }, "homepage": "https://github.com/SmartThingsOSS/eslint-config-smartthings", "peerDependencies": { - "eslint": "^5.1.0", + "eslint": "^5.1.0 || >= 8.0", "eslint-plugin-react": "^7.7.0" } }