mirror of
https://github.com/kovah/obsidian-jira-auto-linker.git
synced 2026-07-22 06:45:27 +00:00
1.0.2
This commit is contained in:
parent
6892425002
commit
a7547e2e8c
4 changed files with 7 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "atlassian-jira-auto-linker",
|
||||
"name": "Atlassian Jira Auto-Linker",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"minAppVersion": "1.1.0",
|
||||
"description": "Automatically create links to Jira from issue IDs like APP-1426.",
|
||||
"author": "Kevin Woblick",
|
||||
|
|
@ -12,4 +12,4 @@
|
|||
"Liberapay": "https://liberapay.com/kovah"
|
||||
},
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
}
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "atlassian-jira-auto-linker",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "atlassian-jira-auto-linker",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.13.10",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "atlassian-jira-auto-linker",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "Automatically create links to Jira from issue IDs like APP-1426.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"1.0.0-beta.1": "1.0.0",
|
||||
"1.0.0": "1.0.0",
|
||||
"1.0.1": "1.0.0"
|
||||
"1.0.1": "1.0.0",
|
||||
"1.0.2": "1.1.0"
|
||||
}
|
||||
Loading…
Reference in a new issue