diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b318b8..6d1435a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 2026.9.4 - 2026-09-04 ### Security diff --git a/index.ts b/index.ts index 8a57f6f..84d3518 100644 --- a/index.ts +++ b/index.ts @@ -4943,7 +4943,7 @@ const defineExtension = (module: TModule): TMod export default defineExtension({ name: "pm-github", - version: "2026.9.1", + version: "2026.9.4", activate(api: ExtensionApi) { // ----------------------------------------------------------------------- diff --git a/manifest.json b/manifest.json index 316d5c5..843702f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "pm-github", - "version": "2026.9.1", + "version": "2026.9.4", "description": "GitHub Issues + Projects v2 integration. Imports issues as pm items (`pm github import`), exports pm items as GitHub issues, syncs issue state, and bidirectionally syncs pm items with a GitHub Projects v2 board (`pm github project import/sync/list/fields`) — mapping pm status to the board Status column with idempotent, no-data-loss provenance.", "author": "@unbraind", "entry": "./dist/index.js", diff --git a/package-lock.json b/package-lock.json index 1b840ce..48d16c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pm-github", - "version": "2026.9.1", + "version": "2026.9.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pm-github", - "version": "2026.9.1", + "version": "2026.9.4", "license": "MIT", "devDependencies": { "@types/node": "^26.1.1", diff --git a/package.json b/package.json index 3aaa453..f7cc54b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pm-github", - "version": "2026.9.1", + "version": "2026.9.4", "description": "GitHub Issues importer extension for pm-cli", "repository": { "type": "git",