Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaoumov committed Aug 24, 2024
1 parent 5968b9c commit c8ae49e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 5.0.0

- Pass app to Invocables

## 4.9.1

- Fix esbuild resolution
Expand Down
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"dataviewjs",
"evaled",
"hotreload",
"Invocables",
"lezer",
"loong",
"mnaoumov",
Expand Down
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.9.1",
"version": "5.0.0",
"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",
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.9.1",
"version": "5.0.0",
"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",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"4.7.0": "0.15.0",
"4.8.0": "1.6.7",
"4.9.0": "1.6.7",
"4.9.1": "1.6.7"
"4.9.1": "1.6.7",
"5.0.0": "1.6.7"
}

0 comments on commit c8ae49e

Please sign in to comment.