diff --git a/index.ts b/index.ts index 69fbf25..00d26cd 100644 --- a/index.ts +++ b/index.ts @@ -2641,7 +2641,7 @@ const defineExtension = (module: TModule): TMod export default defineExtension({ name: "pm-linear", - version: "2026.9.18", + version: "2026.9.19", activate(api: ExtensionApi) { // ----------------------------------------------------------------------- diff --git a/manifest.json b/manifest.json index f44e792..ba7490e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "pm-linear", - "version": "2026.9.18", + "version": "2026.9.19", "description": "Linear.app issue sync for pm-cli", "author": "@unbraind", "entry": "./dist/index.js", diff --git a/package-lock.json b/package-lock.json index 8b435a2..a166d27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pm-linear", - "version": "2026.9.18", + "version": "2026.9.19", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pm-linear", - "version": "2026.9.18", + "version": "2026.9.19", "license": "MIT", "devDependencies": { "@types/node": "^26.1.1", diff --git a/package.json b/package.json index 7bba33e..2ddd77a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pm-linear", - "version": "2026.9.18", + "version": "2026.9.19", "description": "Linear.app issue sync for pm-cli", "repository": { "type": "git",