Skip to content

Commit e4e09e9

Browse files
committed
chore: release 11.2.6
1 parent a5d42a8 commit e4e09e9

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

CHANGELOG.md

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

3+
## 11.2.6
4+
5+
- fix: fix get-fonts require
6+
- docs: add example
7+
- docs: add missing bold
8+
- docs: link to demo vault
9+
- docs: add JS Engine
10+
- docs: inline urls
11+
312
## 11.2.5
413

514
- fix: make working in app.emulateMobile(true)

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": "11.2.5",
4+
"version": "11.2.6",
55
"minAppVersion": "1.9.14",
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": "11.2.5",
3+
"version": "11.2.6",
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
@@ -133,5 +133,6 @@
133133
"11.2.2": "1.9.14",
134134
"11.2.3": "1.9.14",
135135
"11.2.4": "1.9.14",
136-
"11.2.5": "1.9.14"
136+
"11.2.5": "1.9.14",
137+
"11.2.6": "1.9.14"
137138
}

0 commit comments

Comments
 (0)