From a7a41457c8fee6f1ee02d84af8effa125a588aa8 Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Fri, 26 May 2023 15:42:53 -0400 Subject: [PATCH] 4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0903818..fc94b25 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ianvs/prettier-plugin-sort-imports", "private": false, - "version": "4.0.0-beta.0", + "version": "4.0.0", "description": "A prettier plugins to sort imports in provided RegEx order", "main": "lib/src/index.js", "types": "types/index.d.ts",