diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index ff4464a..85b41de 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "apps/cli": "0.0.0" + "apps/cli": "1.0.0" } diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md new file mode 100644 index 0000000..9f8def8 --- /dev/null +++ b/apps/cli/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog + +## 1.0.0 (2025-10-24) + + +### Features + +* creaaateeee fasteeeeeeer ([ecade7a](https://github.com/plvo/create-faster/commit/ecade7acc565ad0085c3a6d5f7aa8bfa014c2067)) +* implement context-aware filtering and enhance CLI prompts ([#3](https://github.com/plvo/create-faster/issues/3)) ([a5df6bd](https://github.com/plvo/create-faster/commit/a5df6bd41b31ea6a1103c2f9dea65136c6b9e890)) +* **modules:** nextjs pwa ([4c2283d](https://github.com/plvo/create-faster/commit/4c2283d58b51476ececa6b1c5b4c7a904d7297fb)) +* nextjs better-auth module ([#5](https://github.com/plvo/create-faster/issues/5)) ([e117dac](https://github.com/plvo/create-faster/commit/e117dacaf8e9e13ec537d7caf62c89375f4454ff)) +* template and cli core logic ([#1](https://github.com/plvo/create-faster/issues/1)) ([ba15574](https://github.com/plvo/create-faster/commit/ba155742e107b32aa755dd523d5610207c7db96f)) +* templates, modules, magic comments ([#4](https://github.com/plvo/create-faster/issues/4)) ([3bff411](https://github.com/plvo/create-faster/commit/3bff411c8c34c97d83a8be030a5dceb7fab19ca4)) + + +### Bug Fixes + +* **gha:** correct release-please config to track apps/cli ([a0450ba](https://github.com/plvo/create-faster/commit/a0450ba4ea3342c8ceb78f42e3e9bda0fccf397c)) +* **modules:** mdx ([74f0d91](https://github.com/plvo/create-faster/commit/74f0d915f12169180da216833a13889aadb904ef)) + + +### Refactor + +* enhance CLI functionality and update dependencies ([6e490ad](https://github.com/plvo/create-faster/commit/6e490ad9709bddcc3f4688caa6433a2f30c34fa0)) diff --git a/apps/cli/package.json b/apps/cli/package.json index 3ab693d..783183d 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,7 +1,7 @@ { "name": "create-faster", "description": "A quick way to create a new project", - "version": "0.1.0", + "version": "1.0.0", "license": "MIT", "author": "plvo ", "private": false,