diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bd7a96..054cdbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### Version 6.13.0 (2020-10-16) + +- Added: New rules in [eslint-plugin-vue] 7.0 (which supports Vue 3.0). Thanks to @xcatliu! + ### Version 6.12.0 (2020-09-25) - Added: [@typescript-eslint/comma-dangle]. Thanks to Masafumi Koba (@ybiquitous)!! diff --git a/package-lock.json b/package-lock.json index f14573d..ff45fa9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-config-prettier", - "version": "6.12.0", + "version": "6.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e3917d0..ba34b78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-prettier", - "version": "6.12.0", + "version": "6.13.0", "license": "MIT", "author": "Simon Lydell", "description": "Turns off all rules that are unnecessary or might conflict with Prettier.",