diff --git a/manifest.json b/manifest.json index a814b4b..355863d 100644 --- a/manifest.json +++ b/manifest.json @@ -2,9 +2,9 @@ "id": "things-toolkit", "name": "Things Toolkit", "description": "Sync Things3 completions into daily notes with review stats and privacy-aware macOS access.", - "version": "1.6.2", + "version": "1.6.3", "author": "yangcht", "authorUrl": "https://github.com/yangcht", "isDesktopOnly": false, - "minAppVersion": "1.13.0" + "minAppVersion": "1.13.1" } diff --git a/package-lock.json b/package-lock.json index ca74d1f..cbf4590 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-things-toolkit-plugin", - "version": "1.6.2", + "version": "1.6.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-things-toolkit-plugin", - "version": "1.6.2", + "version": "1.6.3", "license": "MIT", "dependencies": { "obsidian-daily-notes-interface": "0.9.2", diff --git a/package.json b/package.json index 1ad2f7c..16015b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-things-toolkit-plugin", - "version": "1.6.2", + "version": "1.6.3", "type": "module", "description": "Sync Things3 completions into Obsidian daily notes with review stats", "author": "yangcht", diff --git a/versions.json b/versions.json index 7e61d10..2bc6717 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "1.5.0": "1.1.0", "1.6.0": "1.1.0", "1.6.1": "1.13.1", - "1.6.2": "1.13.1" + "1.6.2": "1.13.1", + "1.6.3": "1.13.1" } diff --git a/yarn.lock b/yarn.lock index 5b806f7..35232be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -565,6 +565,11 @@ flatted@^3.2.9: resolved "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz" integrity sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA== +fsevents@~2.3.2, fsevents@~2.3.3: + version "2.3.3" + resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz" + integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw== + function-bind@^1.1.2: version "1.1.2" resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz"