From f0b264e439b4571cad24fdc424c67d8a1ff133af Mon Sep 17 00:00:00 2001 From: Sven Sauleau Date: Sun, 27 Aug 2023 15:53:19 +0200 Subject: [PATCH] v1.9.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index facc477..a0fd23b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "acorn-import-attributes", - "version": "1.9.1", + "version": "1.9.2", "description": "Support for import attributes in acorn", "main": "lib/index.js", "module": "src/index.js",