From 41ae68b1ccee2a102239ac752f73c5eff0d51739 Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Sat, 16 Mar 2024 20:27:02 -0400 Subject: [PATCH] 4.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9948157..3a27d82 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ianvs/prettier-plugin-sort-imports", "private": false, - "version": "4.2.0", + "version": "4.2.1", "description": "A prettier plugins to sort imports in provided RegEx order", "main": "lib/src/index.js", "types": "types/index.d.ts",