diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ea598f..803cead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ - Validate pm CLI development dependency bump ([pm-github-j8zh](https://github.com/unbraind/pm-github/blob/main/.agents/pm/issues/pm-github-j8zh.toon)) - The publish-attestation gate misses a publish routed through an unquoted shell variable ([pm-github-tko1](https://github.com/unbraind/pm-github/blob/main/.agents/pm/issues/pm-github-tko1.toon)) + +## 2026.8.29 - 2026-08-29 + +### Fixed + - True round-trip GitHub sync: search provider, validate diagnostics, safe-by-default export, fix activation ([pm-github-9dqy](https://github.com/unbraind/pm-github/blob/main/.agents/pm/features/pm-github-9dqy.toon)) - A failed provenance publish silently falls back to an unattested one ([pm-github-i5b8](https://github.com/unbraind/pm-github/blob/main/.agents/pm/issues/pm-github-i5b8.toon)) - Fix release publish ordering ahead of protected main push ([pm-github-v2kt](https://github.com/unbraind/pm-github/blob/main/.agents/pm/issues/pm-github-v2kt.toon)) diff --git a/index.ts b/index.ts index 75b516e..15a8141 100644 --- a/index.ts +++ b/index.ts @@ -4943,7 +4943,7 @@ const defineExtension = (module: TModule): TMod export default defineExtension({ name: "pm-github", - version: "2026.8.18", + version: "2026.8.29", activate(api: ExtensionApi) { // ----------------------------------------------------------------------- diff --git a/manifest.json b/manifest.json index 8f5567d..c8ca7b9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "pm-github", - "version": "2026.8.18", + "version": "2026.8.29", "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 8f4478e..060b680 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pm-github", - "version": "2026.8.18", + "version": "2026.8.29", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pm-github", - "version": "2026.8.18", + "version": "2026.8.29", "license": "MIT", "devDependencies": { "@types/node": "^26.1.1", diff --git a/package.json b/package.json index 9ede483..f52a19f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pm-github", - "version": "2026.8.18", + "version": "2026.8.29", "description": "GitHub Issues importer extension for pm-cli", "repository": { "type": "git",