From ccc4871641f74cd42cf5661aba277fe934b36640 Mon Sep 17 00:00:00 2001 From: Michael Naumov Date: Tue, 18 Jun 2024 20:18:06 -0600 Subject: [PATCH] 3.3.0 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 352216d..f19c2e6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "fix-require-modules", "name": "Fix Require Modules", - "version": "3.2.1", + "version": "3.3.0", "minAppVersion": "0.15.0", "description": "Fixes `require()` calls for the built-in modules", "author": "mnaoumov", diff --git a/package-lock.json b/package-lock.json index 394eec6..d1b6b0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fix-require-modules", - "version": "3.2.1", + "version": "3.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fix-require-modules", - "version": "3.2.1", + "version": "3.3.0", "license": "MIT", "devDependencies": { "@stylistic/eslint-plugin": "^2.1.0", diff --git a/package.json b/package.json index d8860e1..3d1584c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fix-require-modules", - "version": "3.2.1", + "version": "3.3.0", "description": "Fixes `require()` calls for the built-in modules", "scripts": { "build": "tsx scripts/npmScriptExecutor.ts build", diff --git a/versions.json b/versions.json index bd14dcd..841bba6 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "3.0.0": "0.15.0", "3.1.0": "0.15.0", "3.2.0": "0.15.0", - "3.2.1": "0.15.0" + "3.2.1": "0.15.0", + "3.3.0": "0.15.0" }