From technical-docs
Create or update the changelog for this repository.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin technical-docsCreate or update the changelog for this repository. Your task: 1. If no CHANGELOG.md exists, create one 2. If it exists, add a new entry for recent changes 3. Use standard changelog formatting Format: Document the tasks and changes made since the last session. Use semantic versioning and standard categories.
/changelogGenerates and appends versioned entries to CHANGELOG.md from Git commits and staged changes, auto-classifying into Added/Changed/Fixed/etc. per Keep a Changelog. Uses <version> or today's date.
/add-changelogGenerates and maintains project CHANGELOG.md in Keep a Changelog format using conventional commits, git history, and npm tools like conventional-changelog-cli.
/changelogAnalyzes git commits since last release, categorizes by type (Added, Fixed, etc.), generates user-friendly CHANGELOG.md entries in Keep a Changelog format, and updates file after confirmation.
/write-changelogGenerates detailed changelog entry from git commits and merged PRs since last release tag. Classifies changes, adds user-facing descriptions with PR links and credits, prepends to CHANGELOG.md.
/add-to-changelogAdds a new entry to CHANGELOG.md following Keep a Changelog format. Specify version (e.g. 1.1.0), change type (added/changed/deprecated/removed/fixed/security), and message.
Share bugs, ideas, or general feedback.
Create or update the changelog for this repository.
Your task:
Format:
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- New features added
### Changed
- Changes in existing functionality
### Deprecated
- Soon-to-be removed features
### Removed
- Removed features
### Fixed
- Bug fixes
### Security
- Security fixes
## [1.0.0] - YYYY-MM-DD
### Added
- Initial release
Document the tasks and changes made since the last session. Use semantic versioning and standard categories.