From 27b0bba7e96f7887556614941a3ba33f378ed099 Mon Sep 17 00:00:00 2001 From: Vaillant Samuel Date: Mon, 27 Aug 2018 10:35:50 +0200 Subject: [PATCH] release v13.2.0 See https://github.com/algolia/eslint-config-algolia/blob/master/CHANGELOG.md --- CHANGELOG.md | 24 +++++++++++++++++++++--- package.json | 2 +- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9ba5a46..a948dd3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ + +# [13.2.0](https://github.com/algolia/eslint-config-algolia/compare/v13.1.0...v13.2.0) (2018-08-27) + + +### Bug Fixes + +* remove nested renovate project configuration ([a6d9765](https://github.com/algolia/eslint-config-algolia/commit/a6d9765)) +* **vue:** avoid extends from base ([5cdeb22](https://github.com/algolia/eslint-config-algolia/commit/5cdeb22)) + + +### Features + +* enable curly rules ([dca43ad](https://github.com/algolia/eslint-config-algolia/commit/dca43ad)) +* **base:** allow unused var with rest ([b9c579a](https://github.com/algolia/eslint-config-algolia/commit/b9c579a)) +* replace experimentalObjectRestSpread for ecmaVersion ([76e5d1d](https://github.com/algolia/eslint-config-algolia/commit/76e5d1d)) +* **import:** enforce no extensions for js files ([#92](https://github.com/algolia/eslint-config-algolia/issues/92)) ([b24e9b2](https://github.com/algolia/eslint-config-algolia/commit/b24e9b2)) +* **vue:** add rules override ([ac98c1a](https://github.com/algolia/eslint-config-algolia/commit/ac98c1a)) +* **vue:** use Vue plugin instead of the HTML one ([a0d733a](https://github.com/algolia/eslint-config-algolia/commit/a0d733a)) + + + # [13.1.0](https://github.com/algolia/eslint-config-algolia/compare/v13.0.1...v13.1.0) (2018-02-12) @@ -429,6 +450,3 @@ # 2.0.0 (2015-07-05) - - - diff --git a/package.json b/package.json index 8addd607..b7556940 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-algolia", - "version": "13.1.0", + "version": "13.2.0", "description": "Algolia's ESLint config.", "repository": "algolia/eslint-config-algolia", "scripts": {