Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"apps/cli": "0.0.0"
"apps/cli": "1.0.0"
}
24 changes: 24 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -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 <plvdev@proton.me>",
"private": false,
Expand Down