From c5238a11b465a3aae7143c2f9b1c6ab57c606bf5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 08:09:14 +0000 Subject: [PATCH] Release pm-linear v2026.09.19 --- index.ts | 2 +- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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",