Skip to content

Commit b7c7c4f

Browse files
committed
Upgrade ts-injex and bump plugin version
Updated the ts-injex dependency to version 0.0.7 for improvements and bug fixes. Incremented plugin version to 0.6.25 in manifest.json, package.json, and versions.json to reflect these changes and ensure consistency across the project configuration files.
1 parent d0d41c6 commit b7c7c4f

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "prj",
33
"name": "Prj Plugin",
4-
"version": "0.6.24",
4+
"version": "0.6.25",
55
"minAppVersion": "0.15.0",
66
"description": "Prj Plugin - Project, Document, and Task Management",
77
"author": "M. Passarello",

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-prj-plugin",
3-
"version": "0.6.24",
3+
"version": "0.6.25",
44
"description": "Prj Plugin - Project, Document, and Task Management",
55
"main": "main.js",
66
"scripts": {
@@ -69,7 +69,7 @@
6969
"moment": "^2.30.1",
7070
"remark": "^15.0.1",
7171
"remark-parse": "^11.0.0",
72-
"ts-injex": "github:PxaMMaxP/TSinjex#0.0.6",
72+
"ts-injex": "github:PxaMMaxP/TSinjex#0.0.7",
7373
"unist-util-visit": "^5.0.0"
7474
}
7575
}

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,6 @@
117117
"0.6.21": "0.15.0",
118118
"0.6.22": "0.15.0",
119119
"0.6.23": "0.15.0",
120-
"0.6.24": "0.15.0"
120+
"0.6.24": "0.15.0",
121+
"0.6.25": "0.15.0"
121122
}

0 commit comments

Comments
 (0)