diff --git a/CHANGELOG.md b/CHANGELOG.md index e8158b8d..5b5af133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +0.17.0 / 2020-08-17 +=================== + +* common: Enforce `no-shadow` (Ed Sanders) +* common: Enforce `no-unreachable-loop` (Ed Sanders) +* es6: Enforce `no-promise-executor-return` (Ed Sanders) +* jquery: Update eslint-plugin-no-jquery to 2.5.9 (Ed Sanders) +* jsdoc: Remove unnecessary tagNamePreference settings (Ed Sanders) +* jsdoc: Drop @constant->@const, @description->@desc preferences (Ed Sanders) +* jsdoc: Update eslint-plugin-jsdoc to 30.2.1 (Lucas Werkmeister, Ed Sanders) +* jsdoc/jsduck: Move @mixes->@Mixins to jsduck (Ed Sanders) +* json: Update eslint-plugin-json to 2.1.2 (Ed Sanders) +* mocha: Update eslint-plugin-mocha to 8.0.0 (Ed Sanders) +* qunit: Update elsint-plugin-qunit to 4.3.0 (Ed Sanders) +* vue: Prohibit self-closing tags, but allow shorthand attributes (Roan Kattouw) + +— +* code: Update to ESLint 7.5.0 (Ed Sanders) +* tests: Update mocha to 8.1.1 (Ed Sanders) + 0.16.2 / 2020-06-18 =================== diff --git a/package-lock.json b/package-lock.json index 5a9a129a..068a5279 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-config-wikimedia", - "version": "0.16.2", + "version": "0.17.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eb30f89e..76cc8c0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-wikimedia", - "version": "0.16.2", + "version": "0.17.0", "description": "ESLint config following Wikimedia code conventions.", "main": "common.json", "scripts": {