From 2e70e360a35d35ccf80f09fbaa1fe8ae306efb7d Mon Sep 17 00:00:00 2001 From: Iacopo Date: Thu, 11 Jan 2024 10:51:26 +0100 Subject: [PATCH] 0.12.0-rc.1 --- 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 d36f2e7..9646e69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-facile", - "version": "0.12.0-rc.0", + "version": "0.12.0-rc.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-config-facile", - "version": "0.12.0-rc.0", + "version": "0.12.0-rc.1", "license": "MIT", "dependencies": { "@typescript-eslint/eslint-plugin": "^6.9.0", diff --git a/package.json b/package.json index 72bf540..9a08cbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-facile", - "version": "0.12.0-rc.0", + "version": "0.12.0-rc.1", "description": "facile.it ESLint extensible configuration", "repository": "https://github.com/facile-it/eslint-config-facile", "author": "Iacopo ",