Skip to content

Commit ae7bd4a

Browse files
committed
9.3.1
1 parent e830fa3 commit ae7bd4a

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 9.3.1
4+
5+
- Explicitly pass app to code blocks
6+
37
## 9.3.0
48

59
- Add __filename/__dirname

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "fix-require-modules",
33
"name": "CodeScript Toolkit",
4-
"version": "9.3.0",
4+
"version": "9.3.1",
55
"minAppVersion": "1.8.10",
66
"description": "Allows to do a lot of things with JavaScript/TypeScript scripts from inside the Obsidian itself",
77
"author": "mnaoumov",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fix-require-modules",
3-
"version": "9.3.0",
3+
"version": "9.3.1",
44
"description": "Allows to do a lot of things with JavaScript/TypeScript scripts from inside the Obsidian itself.",
55
"scripts": {
66
"build": "obsidian-dev-utils build",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,6 @@
9696
"9.0.1": "1.8.10",
9797
"9.1.0": "1.8.10",
9898
"9.2.0": "1.8.10",
99-
"9.3.0": "1.8.10"
99+
"9.3.0": "1.8.10",
100+
"9.3.1": "1.8.10"
100101
}

0 commit comments

Comments
 (0)