From 47ccf54114c3a68fc9ef48b8f819360b3199ab04 Mon Sep 17 00:00:00 2001 From: byarahmadi Date: Thu, 5 Dec 2024 16:33:43 +0100 Subject: [PATCH] 5.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 93d62c6..aa4b8fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@trivago/prettier-plugin-sort-imports", - "version": "5.0.0", + "version": "5.0.1", "description": "A prettier plugins to sort imports in provided RegEx order", "main": "lib/src/index.js", "types": "types/index.d.ts",