From 205b9db6d215908c56f49acce329be1004f96a32 Mon Sep 17 00:00:00 2001 From: Sven Sauleau Date: Tue, 26 Mar 2024 17:36:25 +0100 Subject: [PATCH] v1.9.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a0fd23b..74cf227 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "acorn-import-attributes", - "version": "1.9.2", + "version": "1.9.3", "description": "Support for import attributes in acorn", "main": "lib/index.js", "module": "src/index.js",