Skip to content

Commit

Permalink
4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaoumov committed Jul 4, 2024
1 parent 023bbb0 commit 8d11d53
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "fix-require-modules",
"name": "Fix Require Modules",
"version": "4.6.0",
"version": "4.7.0",
"minAppVersion": "0.15.0",
"description": "Fixes `require()` calls for the built-in modules",
"author": "mnaoumov",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fix-require-modules",
"version": "4.6.0",
"version": "4.7.0",
"description": "Fixes `require()` calls for the built-in modules",
"scripts": {
"build": "tsx scripts/npmScriptExecutor.ts build",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"4.3.0": "0.15.0",
"4.4.0": "0.15.0",
"4.5.0": "0.15.0",
"4.6.0": "0.15.0"
"4.6.0": "0.15.0",
"4.7.0": "0.15.0"
}

0 comments on commit 8d11d53

Please sign in to comment.