From 95f57d476a14cc9b17255bc0fbb929526a0809ab Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Fri, 12 Jul 2024 10:57:35 -0400 Subject: [PATCH] 4.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bfbd8eb..f5ac56f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ianvs/prettier-plugin-sort-imports", "private": false, - "version": "4.3.0", + "version": "4.3.1", "description": "A prettier plugins to sort imports in provided RegEx order", "main": "lib/src/index.js", "types": "types/index.d.ts",