diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md new file mode 100644 index 0000000..fd041ad --- /dev/null +++ b/packages/cli/CHANGELOG.md @@ -0,0 +1,17 @@ +# @objectdocs/cli + +## 0.1.0 + +### Minor Changes + +- Initial release of ObjectDocs - A modern documentation engine built on Next.js 14 and Fumadocs + + Features: + + - Configuration as Code architecture separating presentation, configuration, and content + - Built-in Next.js 14 App Router support + - Fumadocs integration for documentation middleware and UI + - CLI tool for development, building, and translation + - Multi-language support with AI-powered translation + - Tailwind CSS and Radix UI components + - Responsive design with mobile support diff --git a/packages/cli/package.json b/packages/cli/package.json index b405937..12130a3 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@objectdocs/cli", - "version": "0.0.1", + "version": "0.1.0", "type": "module", "bin": { "objectdocs": "./bin/cli.mjs"