This commit is contained in:
caffae 2025-06-12 23:53:10 +08:00
parent 1e111d57fb
commit 73834af345
4 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "current-folder-notes-pamphlet",
"name": "Current Folder Notes",
"version": "1.7.14",
"version": "1.7.15",
"minAppVersion": "1.7.7",
"description": "Shows a list of notes in the current folder, and allows you to filter the titles to include or exclude notes.",
"author": "Pamela Wang",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "current-folder-notes-pamphlet",
"version": "1.7.14",
"version": "1.7.15",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "current-folder-notes-pamphlet",
"version": "1.7.14",
"version": "1.7.15",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",

View file

@ -1,6 +1,6 @@
{
"name": "current-folder-notes-pamphlet",
"version": "1.7.14",
"version": "1.7.15",
"description": "Shows a list of notes in the current folder, and allows you to filter the titles to include or exclude notes.",
"main": "main.js",
"scripts": {

View file

@ -27,5 +27,6 @@
"1.7.11": "1.7.7",
"1.7.12": "1.7.7",
"1.7.13": "1.7.7",
"1.7.14": "1.7.7"
"1.7.14": "1.7.7",
"1.7.15": "1.7.7"
}