From b9868b61299de46c55b44e07f92560eff8498620 Mon Sep 17 00:00:00 2001 From: nnmrts Date: Sun, 26 Feb 2023 20:08:51 +0100 Subject: [PATCH] chore: :bookmark: bump version to 11.0.2 --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 02181cb..32f2985 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pumpn/eslint-config", - "version": "11.0.1", + "version": "11.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pumpn/eslint-config", - "version": "11.0.1", + "version": "11.0.2", "license": "MIT", "dependencies": { "@babel/eslint-parser": "^7.19.1", diff --git a/package.json b/package.json index 95ee981..0001612 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pumpn/eslint-config", - "version": "11.0.1", + "version": "11.0.2", "description": "standard eslint config for pumpn code projects", "main": "config.js", "author": "Nano Miratus ", @@ -35,4 +35,4 @@ "eslint-plugin-react": "^7.32.2", "eslint-plugin-sort-keys-plus": "^1.3.1" } -} \ No newline at end of file +}