# Release [VERSION] - [DATE]
## π― Overview
[2-3 sentence summary of this release. What are the main themes? What problems does it solve? Why should users upgrade?]
## β¨ Highlights
- **[Most Important Change 1]** - [Why it matters in one sentence]
- **[Most Important Change 2]** - [Why it matters in one sentence]
- **[Most Important Change 3]** - [Why it matters in one sentence]
## π Changes
### π New Features
<!-- List new features and functionality -->
- **[Feature Title]** - [Brief description of what it does and why it's useful] ([#PR_NUMBER](PR_URL)) by @username
- [Additional details if needed]
- [Related issue: #ISSUE_NUMBER]
### π Bug Fixes
<!-- List bug fixes and patches -->
- **[Bug Fix Title]** - [What was broken and how it's fixed] ([#PR_NUMBER](PR_URL)) by @username
- [Impact and affected versions if relevant]
- [Fixes #ISSUE_NUMBER]
### π Documentation
<!-- List documentation updates -->
- **[Documentation Update]** - [What docs were improved] ([#PR_NUMBER](PR_URL)) by @username
### π§ Build/Tooling
<!-- List build system, CI/CD, and tooling improvements -->
- **[Build/Tool Improvement]** - [What was improved in the development workflow] ([#PR_NUMBER](PR_URL)) by @username
### π¨ Refactoring
<!-- List code quality and refactoring improvements -->
- **[Refactoring Title]** - [What was improved and why] ([#PR_NUMBER](PR_URL)) by @username
### β‘ Performance
<!-- List performance improvements -->
- **[Performance Improvement]** - [What's faster and by how much] ([#PR_NUMBER](PR_URL)) by @username
### π Security
<!-- List security improvements and fixes -->
- **[Security Improvement]** - [What was secured] ([#PR_NUMBER](PR_URL)) by @username
### Other Changes
<!-- List miscellaneous changes that don't fit other categories -->
- [Change description] ([#PR_NUMBER](PR_URL)) by @username
## π₯ Breaking Changes
<!-- Only include this section if there are breaking changes -->
β οΈ **This release contains breaking changes that may require action.**
### [Breaking Change Title]
**What Changed**: [Describe the breaking change]
**Impact**: [Who is affected and how]
**Migration**: [Step-by-step guide to upgrade]
```bash
# Example migration code
```
**Related**: [#PR_NUMBER](PR_URL)
---
## π Upgrade Guide
### For Users
```bash
# Update via npm
npm install @toolprint/hypertool-mcp@[VERSION]
# Or update globally
npm install -g @toolprint/hypertool-mcp@[VERSION]
```
### For Developers
```bash
# Pull latest changes
git pull origin main
# Install dependencies
npm install
# Run tests to verify
npm test
```
## π Statistics
- **Commits**: [NUMBER] commits since [PREVIOUS_VERSION]
- **Contributors**: [NUMBER] contributors
- **Files Changed**: [NUMBER] files changed
- **Additions**: [NUMBER] insertions(+)
- **Deletions**: [NUMBER] deletions(-)
## π₯ Contributors
Thank you to all the contributors who made this release possible:
- @contributor1
- @contributor2
- @contributor3
<!-- Auto-generated from commit authors -->
## π Full Changelog
**Compare with previous version**: [[PREVIOUS_VERSION]...[VERSION]](https://github.com/toolprint/hypertool-mcp/compare/[PREVIOUS_VERSION]...[VERSION])
---
## π¦ Installation
### NPM
```bash
npm install @toolprint/hypertool-mcp@[VERSION]
```
### Global Installation
```bash
npm install -g @toolprint/hypertool-mcp@[VERSION]
```
### Verify Installation
```bash
hypertool-mcp --version
```
## π Found a Bug?
If you encounter any issues with this release, please:
1. Check the [issue tracker](https://github.com/toolprint/hypertool-mcp/issues) for existing reports
2. Create a new issue with:
- Clear description of the problem
- Steps to reproduce
- Expected vs actual behavior
- Your environment details (OS, Node version, etc.)
## π¬ Feedback
We'd love to hear your feedback on this release! Share your thoughts:
- **GitHub Discussions**: https://github.com/toolprint/hypertool-mcp/discussions
- **Issues**: https://github.com/toolprint/hypertool-mcp/issues
- **Twitter**: [@toolprint](https://twitter.com/toolprint)
---
_Release notes generated with `/proj:generate-release-notes` π€_