Skip to content

Commit 286249c

Browse files
kunwarVivekclaude
andcommitted
chore(12-03): bump version to 1.0.2 and verify npm package
- Bump version from 1.0.1 to 1.0.2 (1.0.1 already published) - Update CHANGELOG.md to reflect new version - Verify package contents via npm pack --dry-run: - No sensitive files (.env, credentials) - No .planning or test files - Package size: 488.3 kB (under 5MB limit) - publishConfig.access = public - bin entry points to build/index.js Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0e3873f commit 286249c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
No unreleased changes.
1111

12-
## [1.0.1] - 2026-02-01
12+
## [1.0.2] - 2026-02-01
1313

1414
### Added
1515
- AI-powered sprint planning with capacity analysis (AI-09 to AI-12)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-github-project-manager",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A Model Context Protocol (MCP) server for managing GitHub Projects",
55
"type": "module",
66
"exports": "./build/index.js",

0 commit comments

Comments
 (0)