Skip to content

Commit

Permalink
Upgrade ts-injex and bump plugin version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
PxaMMaxP committed Aug 14, 2024
1 parent d0d41c6 commit b7c7c4f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "prj",
"name": "Prj Plugin",
"version": "0.6.24",
"version": "0.6.25",
"minAppVersion": "0.15.0",
"description": "Prj Plugin - Project, Document, and Task Management",
"author": "M. Passarello",
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-prj-plugin",
"version": "0.6.24",
"version": "0.6.25",
"description": "Prj Plugin - Project, Document, and Task Management",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -69,7 +69,7 @@
"moment": "^2.30.1",
"remark": "^15.0.1",
"remark-parse": "^11.0.0",
"ts-injex": "github:PxaMMaxP/TSinjex#0.0.6",
"ts-injex": "github:PxaMMaxP/TSinjex#0.0.7",
"unist-util-visit": "^5.0.0"
}
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,6 @@
"0.6.21": "0.15.0",
"0.6.22": "0.15.0",
"0.6.23": "0.15.0",
"0.6.24": "0.15.0"
"0.6.24": "0.15.0",
"0.6.25": "0.15.0"
}

0 comments on commit b7c7c4f

Please sign in to comment.