From df118d09f1e6a981426b8382d00193fc9f2bc0b8 Mon Sep 17 00:00:00 2001 From: Michael Naumov Date: Fri, 23 Aug 2024 09:58:49 -0600 Subject: [PATCH] 4.9.1 --- CHANGELOG.md | 4 ++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3a2731..dd442a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 4.9.1 + +- Fix esbuild resolution + ## 4.9.0 - Handle folder imports diff --git a/manifest.json b/manifest.json index b73cf07..cf92eb2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "fix-require-modules", "name": "Fix Require Modules", - "version": "4.9.0", + "version": "4.9.1", "minAppVersion": "1.6.7", "description": "Fixes require() calls, supporting JavaScript and TypeScript modules, enabling easy invocation, and adding code buttons for enhanced scripting capabilities", "author": "mnaoumov", diff --git a/package-lock.json b/package-lock.json index b260a31..4003a01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fix-require-modules", - "version": "4.9.0", + "version": "4.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fix-require-modules", - "version": "4.9.0", + "version": "4.9.1", "license": "MIT", "devDependencies": { "@babel/core": "^7.24.7", diff --git a/package.json b/package.json index b869f72..2404088 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fix-require-modules", - "version": "4.9.0", + "version": "4.9.1", "description": "Fixes require() calls, supporting JavaScript and TypeScript modules, enabling easy invocation, and adding code buttons for enhanced scripting capabilities", "scripts": { "build": "tsx scripts/build.ts", diff --git a/versions.json b/versions.json index b181cee..20eeb16 100644 --- a/versions.json +++ b/versions.json @@ -19,5 +19,6 @@ "4.6.0": "0.15.0", "4.7.0": "0.15.0", "4.8.0": "1.6.7", - "4.9.0": "1.6.7" + "4.9.0": "1.6.7", + "4.9.1": "1.6.7" }