diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bd1df2..3cb5212 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 2026.9.13 - 2026-09-13 ### Other diff --git a/dist/index.js b/dist/index.js index 30b7359..389457f 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1389,7 +1389,7 @@ function setupCommands(api) { const defineExtension = (module) => module; export default defineExtension({ name: "pm-context", - version: "2026.9.11", + version: "2026.9.13", description: "Generate deterministic pm context packs for agent handoffs, reviews, and status briefs", activate(api) { setupCommands(api); diff --git a/index.ts b/index.ts index 82c162c..c7cb9f7 100644 --- a/index.ts +++ b/index.ts @@ -1677,7 +1677,7 @@ const defineExtension = (module: TModule): TMod export default defineExtension({ name: "pm-context", - version: "2026.9.11", + version: "2026.9.13", description: "Generate deterministic pm context packs for agent handoffs, reviews, and status briefs", activate(api: ExtensionApi) { setupCommands(api); diff --git a/manifest.json b/manifest.json index 446242f..d949ebc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "pm-context", - "version": "2026.9.11", + "version": "2026.9.13", "description": "Generate deterministic pm context packs for agent handoffs, reviews, and status briefs", "author": "@unbraind", "pm_min_version": "2026.8.15", diff --git a/package-lock.json b/package-lock.json index 71c21ed..51ef438 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pm-context", - "version": "2026.9.11", + "version": "2026.9.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pm-context", - "version": "2026.9.11", + "version": "2026.9.13", "license": "MIT", "devDependencies": { "@types/node": "^26.1.1", diff --git a/package.json b/package.json index 28cf4c9..3b1bb53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pm-context", - "version": "2026.9.11", + "version": "2026.9.13", "description": "Generate deterministic pm context packs for agent handoffs, reviews, and status briefs", "type": "module", "main": "dist/index.js",