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:
parent
b58df449da
commit
f86d40faca
2 changed files with 14 additions and 1 deletions
13
packages/tools/createBlogPost/CHANGELOG.md
Normal file
13
packages/tools/createBlogPost/CHANGELOG.md
Normal 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
|
||||
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue