From 591711ee0195d3336373f6564a205b51c481e0af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zdravko=20=C4=86uri=C4=87?= Date: Thu, 30 Jan 2020 09:21:37 +0100 Subject: [PATCH] 1.1.0 --- 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 0abef2e..e216472 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-require-sort", - "version": "1.0.3", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ba91a61..983cd1c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "access": "public" }, "name": "eslint-plugin-require-sort", - "version": "1.0.3", + "version": "1.1.0", "description": "ESlint plugin for sorting requires (CommonJS modules) alphabetically", "main": "dist/index.js", "scripts": {