Bump to 1.6.3

This commit is contained in:
Chentao Yang 2026-06-23 22:15:37 +02:00
parent 5e0ab8121c
commit ca1952d0c3
5 changed files with 12 additions and 6 deletions

View file

@ -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"
}

4
package-lock.json generated
View file

@ -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",

View file

@ -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",

View file

@ -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"
}

View file

@ -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"