From 689e7843fdfb6327a018efad052de2a3409bf07e Mon Sep 17 00:00:00 2001 From: David Kelly <46355358+dkships@users.noreply.github.com> Date: Wed, 1 Jul 2026 20:29:32 -0700 Subject: [PATCH] chore: release v1.3.0 Bump package and McpServer version strings; roll the unreleased changelog entries into 1.3.0. Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- src/index.ts | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5c22f4..ff9bd53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project are documented here. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); versioning follows [SemVer](https://semver.org/). -## [Unreleased] +## [1.3.0] — 2026-07-01 ### Security diff --git a/package-lock.json b/package-lock.json index 1b74cfa..20370a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dkships/pm-copilot", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@dkships/pm-copilot", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", diff --git a/package.json b/package.json index ab3fe98..87ff258 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dkships/pm-copilot", - "version": "1.2.0", + "version": "1.3.0", "description": "MCP server that triangulates customer support tickets and feature requests to help PMs decide what to build next", "type": "module", "main": "dist/index.js", diff --git a/src/index.ts b/src/index.ts index 28a098e..8930a5c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -73,7 +73,7 @@ function describePortals(): string { const server = new McpServer({ name: "pm-copilot", - version: "1.2.0", + version: "1.3.0", }); // ── Resources ──