From b735d942e1e6f71a13bebdc00a79822f8ed3bbf8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 08:09:29 +0000 Subject: [PATCH] Release pm-github v2026.09.11 --- CHANGELOG.md | 2 +- index.ts | 2 +- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffd1109..e9e1c13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 2026.9.11 - 2026-09-11 ### Other diff --git a/index.ts b/index.ts index 0dd0eb9..ff28229 100644 --- a/index.ts +++ b/index.ts @@ -4944,7 +4944,7 @@ const defineExtension = (module: TModule): TMod export default defineExtension({ name: "pm-github", - version: "2026.9.9", + version: "2026.9.11", activate(api: ExtensionApi) { // ----------------------------------------------------------------------- diff --git a/manifest.json b/manifest.json index e595f9d..9367c6a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "pm-github", - "version": "2026.9.9", + "version": "2026.9.11", "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 87fbeaa..3914eab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pm-github", - "version": "2026.9.9", + "version": "2026.9.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pm-github", - "version": "2026.9.9", + "version": "2026.9.11", "license": "MIT", "devDependencies": { "@types/node": "^26.1.1", diff --git a/package.json b/package.json index d1f2dae..ae39b37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pm-github", - "version": "2026.9.9", + "version": "2026.9.11", "description": "GitHub Issues importer extension for pm-cli", "repository": { "type": "git",