diff --git a/CHANGELOG.md b/CHANGELOG.md index a36681b..53cee04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 2026.9.22 - 2026-09-22 ### Fixed diff --git a/index.ts b/index.ts index 00d26cd..06dc1ab 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.19", + version: "2026.9.22", activate(api: ExtensionApi) { // ----------------------------------------------------------------------- diff --git a/manifest.json b/manifest.json index ba7490e..d9a844a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "pm-linear", - "version": "2026.9.19", + "version": "2026.9.22", "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 b4fb41d..6225381 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pm-linear", - "version": "2026.9.19", + "version": "2026.9.22", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pm-linear", - "version": "2026.9.19", + "version": "2026.9.22", "license": "MIT", "devDependencies": { "@types/node": "^26.1.1", diff --git a/package.json b/package.json index e5e2f0b..4f3800a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pm-linear", - "version": "2026.9.19", + "version": "2026.9.22", "description": "Linear.app issue sync for pm-cli", "repository": { "type": "git",