From e4f8f5fe3b473a095df2672bf249d201196b457d Mon Sep 17 00:00:00 2001 From: Iacopo Date: Wed, 25 Oct 2023 10:55:38 +0200 Subject: [PATCH] 0.11.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 f83cc78..907172e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-facile", - "version": "0.11.0-rc.0", + "version": "0.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-config-facile", - "version": "0.11.0-rc.0", + "version": "0.11.0", "license": "MIT", "dependencies": { "@typescript-eslint/eslint-plugin": "^6.9.0", diff --git a/package.json b/package.json index 35afaa2..60bfab1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-facile", - "version": "0.11.0-rc.0", + "version": "0.11.0", "description": "facile.it ESLint extensible configuration", "main": "index.js", "repository": "https://github.com/facile-it/eslint-config-facile",