From 36023029c5cf2082ffc8959133189e5702356a79 Mon Sep 17 00:00:00 2001 From: Martin Giger Date: Fri, 17 Jul 2020 18:23:41 +0200 Subject: [PATCH] 3.1.7 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 26afb41..f9a52d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-array-func", - "version": "3.1.6", + "version": "3.1.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fbc1117..4bb33d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-array-func", - "version": "3.1.6", + "version": "3.1.7", "description": "Rules dealing with Array functions and methods.", "main": "index.js", "scripts": {