diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b985ff6..40ff6fe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bdc592e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.0.2](https://github.com/Speechify-AI/cli/compare/0.0.1...0.0.2) (2026-09-08) + + +### Features + +* **mcp:** relay speechify mcp to the hosted MCP server (DRG-482) ([#18](https://github.com/Speechify-AI/cli/issues/18)) ([acf1a67](https://github.com/Speechify-AI/cli/commit/acf1a677e66d4534ac5b9976320dfd0a0a989ad9)) diff --git a/package.json b/package.json index bc6a9df..30f89c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@speechify/cli", - "version": "0.0.1", + "version": "0.0.2", "description": "SpeechifyAI command-line companion to the developer console — synthesize speech and manage voices from your terminal.", "type": "module", "packageManager": "pnpm@10.33.4",