chore: version @tpmjs/createblogpost to 0.2.0

Release @tpmjs/createblogpost v0.2.0 with initial features:
- Creates structured blog posts with frontmatter and metadata
- Supports both Markdown and MDX output formats
- Automatic slug generation, word count, and reading time calculation
- Rich TPMJS metadata for NPM registry discovery

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Ajax Davis 2025-11-28 03:17:50 +10:00
parent b58df449da
commit f86d40faca
2 changed files with 14 additions and 1 deletions

View file

@ -0,0 +1,13 @@
# @tpmjs/createblogpost
## 0.2.0
### Minor Changes
- Initial release of createBlogPost tool for TPMJS registry
- Creates structured blog posts with frontmatter and metadata
- Supports both Markdown and MDX formats
- Automatic slug generation, word count, and reading time calculation
- Rich TPMJS metadata including parameters, authentication, pricing, and AI agent guidance
- Tagged with 'tpmjs-tool' keyword for NPM registry discovery

View file

@ -1,6 +1,6 @@
{
"name": "@tpmjs/createblogpost",
"version": "0.1.0",
"version": "0.2.0",
"description": "A tool for creating structured blog posts with AI-generated content",
"type": "module",
"keywords": ["tpmjs-tool", "blog", "content", "ai", "writing"],