From a0d3d7b1952a00726c82630548fae7c15a16ea9a Mon Sep 17 00:00:00 2001 From: artlaman <7010178+artlaman@users.noreply.github.com> Date: Tue, 23 May 2023 19:19:52 +0300 Subject: [PATCH] 1.1.5 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6342c8c..61f7402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +### [1.1.5](https://github.com/artlaman/eslint-plugin-index/compare/v1.1.3...v1.1.5) (2023-05-23) + ### [1.1.4](https://github.com/artlaman/eslint-plugin-index/compare/v1.1.3...v1.1.4) (2022-12-16) ### [1.1.3](https://github.com/artlaman/eslint-plugin-index/compare/v1.1.2...v1.1.3) (2022-12-13) diff --git a/package-lock.json b/package-lock.json index 5208e55..bd7cb9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-index", - "version": "1.1.4", + "version": "1.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-plugin-index", - "version": "1.1.4", + "version": "1.1.5", "license": "MIT", "devDependencies": { "clean-publish": "^4.0.2", diff --git a/package.json b/package.json index ddd8226..cd24df4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-index", - "version": "1.1.4", + "version": "1.1.5", "description": "ESlint rules to ensure the proper usage of index.js files", "keywords": [ "eslint",