This commit is contained in:
wood chen 2025-01-23 23:46:41 +08:00
parent 7cab38dc9a
commit c4513b5abc
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.2",
"version": "1.0.3",
"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-sample-plugin",
"version": "1.0.4",
"version": "1.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-sample-plugin",
"version": "1.0.4",
"version": "1.0.3",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",

View File

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

View File

@ -1,5 +1,6 @@
{
"1.0.0": "1.0.0",
"1.0.1": "0.15.0",
"1.0.2": "1.0.2"
"1.0.2": "1.0.2",
"1.0.3": "0.15.0"
}