This commit is contained in:
wood chen 2025-07-11 23:55:13 +08:00
parent 9914ca9fd8
commit 4900f26222
4 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{
"id": "publish-to-discourse",
"name": "Publish to Discourse",
"version": "1.0.21",
"version": "1.0.22",
"minAppVersion": "0.15.0",
"description": "Publish notes to the Discourse forum.",
"author": "WoodChen",

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "obsidian-publish-to-discourse",
"version": "1.0.21",
"version": "1.0.22",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-publish-to-discourse",
"version": "1.0.21",
"version": "1.0.22",
"license": "MIT",
"dependencies": {
"node-forge": "^1.3.1",

View File

@ -1,6 +1,6 @@
{
"name": "obsidian-publish-to-discourse",
"version": "1.0.21",
"version": "1.0.22",
"description": "Post notes to the Discourse forum.",
"main": "main.js",
"scripts": {

View File

@ -20,5 +20,6 @@
"1.0.18": "0.15.0",
"1.0.19": "0.15.0",
"1.0.20": "0.15.0",
"1.0.21": "0.15.0"
"1.0.21": "0.15.0",
"1.0.22": "0.15.0"
}