This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"id": "jira-issue-notes",
|
"id": "jira-issue-notes",
|
||||||
"name": "Jira Issue Notes",
|
"name": "Jira Issue Notes",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"minAppVersion": "0.15.0",
|
"minAppVersion": "0.15.0",
|
||||||
"description": "Plugin for fetching and managing Jira issues directly from your notes",
|
"description": "Plugin for fetching and managing Jira issues directly from your notes",
|
||||||
"author": "Maxim Syomochkin",
|
"author": "Maxim Syomochkin",
|
||||||
"authorUrl": "https://mak-sim.ru",
|
"authorUrl": "https://mak-sim.ru",
|
||||||
"isDesktopOnly": true
|
"isDesktopOnly": true
|
||||||
}
|
}
|
||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "obsidian-sample-plugin",
|
"name": "obsidian-sample-plugin",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "obsidian-sample-plugin",
|
"name": "obsidian-sample-plugin",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"node-fetch": "^3.3.2",
|
"node-fetch": "^3.3.2",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "jira-issue-notes",
|
"name": "jira-issue-notes",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "Plugin for fetching and managing Jira issues directly from your notes.",
|
"description": "Plugin for fetching and managing Jira issues directly from your notes.",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
{
|
{
|
||||||
"1.0.0": "0.15.0"
|
"1.0.0": "0.15.0",
|
||||||
}
|
"1.0.1": "0.15.0"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user