This commit is contained in:
Gary Ritchie 2026-04-22 20:21:15 -06:00
parent eaf24746b3
commit 5e0d50b7bc
No known key found for this signature in database
GPG key ID: A37A622ED6F91DD0
4 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "bulk-properties",
"name": "Bulk Properties",
"version": "1.0.7",
"version": "1.0.8",
"minAppVersion": "1.8.7",
"description": "Edit properties across multiple notes at once. Use a checkbox property to mark notes for updating.",
"author": "Gary Ritchie",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-bulk-properties",
"version": "1.0.7",
"version": "1.0.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-bulk-properties",
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",
"devDependencies": {
"@eslint/js": "9.39.4",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-bulk-properties",
"version": "1.0.7",
"version": "1.0.8",
"description": "Bulk edit properties across multiple files in your vault",
"main": "main.js",
"type": "module",

View file

@ -6,5 +6,6 @@
"1.0.4": "1.4.10",
"1.0.5": "1.4.10",
"1.0.6": "1.4.10",
"1.0.7": "1.4.10"
"1.0.7": "1.4.10",
"1.0.8": "1.8.7"
}