From ef6582047fcfa917b9fdf32a4514832b8428df64 Mon Sep 17 00:00:00 2001 From: Badisi Date: Tue, 6 Jun 2023 18:09:43 +0200 Subject: [PATCH] chore: v15.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 41f4ca3..62d3aa5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hug/eslint-config", - "version": "14.0.1", + "version": "15.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@hug/eslint-config", - "version": "14.0.1", + "version": "15.0.0", "license": "GPL-3.0-only", "dependencies": { "@angular-eslint/builder": "16.0.3", diff --git a/package.json b/package.json index ea2e342..2565738 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hug/eslint-config", - "version": "14.0.1", + "version": "15.0.0", "description": "ESLint shareable configuration with great defaults", "homepage": "https://github.com/dsi-hug/eslint-config", "license": "GPL-3.0-only",