This commit is contained in:
Kevin Woblick 2026-05-13 23:37:37 +02:00
parent 6892425002
commit a7547e2e8c
No known key found for this signature in database
GPG key ID: 6A17121675A12D11
4 changed files with 7 additions and 6 deletions

View file

@ -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
View file

@ -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",

View file

@ -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": {

View file

@ -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"
}