From d7e635ea380b1394947f0f7613b30c3429ebe1ba Mon Sep 17 00:00:00 2001 From: Nicholas Petruzzelli Date: Fri, 11 Aug 2023 17:29:25 -0400 Subject: [PATCH] bump version to 7.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ac8aec..19a0f1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prettier-config-standard", - "version": "6.0.0", + "version": "7.0.0", "description": "A Prettier shareable config for projects using 'Prettier' and 'JavaScript Standard Style' as ESLint rules or separate processes.", "main": ".prettierrc.json", "repository": {