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