Skip to content

Commit 7d7811c

Browse files
committed
10.1.0
1 parent 8f9627c commit 7d7811c

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+
## 10.1.0
4+
5+
- allowReturnOutsideFunction
6+
37
## 10.0.0
48

59
- Rename _AnonymousPlugin

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": "10.0.0",
4+
"version": "10.1.0",
55
"minAppVersion": "1.9.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": "10.0.0",
3+
"version": "10.1.0",
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
@@ -101,5 +101,6 @@
101101
"9.3.2": "1.8.10",
102102
"9.3.3": "1.8.10",
103103
"9.3.4": "1.9.10",
104-
"10.0.0": "1.9.10"
104+
"10.0.0": "1.9.10",
105+
"10.1.0": "1.9.10"
105106
}

0 commit comments

Comments
 (0)