From 0f7dc1df6488dbfa373992389eab39e2c19bf8ad Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Thu, 1 Jun 2023 13:35:00 -0400 Subject: [PATCH] 4.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43827f2..f5bfbf4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ianvs/prettier-plugin-sort-imports", "private": false, - "version": "4.0.1", + "version": "4.0.2", "description": "A prettier plugins to sort imports in provided RegEx order", "main": "lib/src/index.js", "types": "types/index.d.ts",