diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6786643 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## 1.0.0 (2025-10-23) + + +### Features + +* creaaateeee fasteeeeeeer ([ecade7a](https://github.com/plvo/create-faster/commit/ecade7acc565ad0085c3a6d5f7aa8bfa014c2067)) +* **create-turbo:** apply official-starter transform ([a46d5ca](https://github.com/plvo/create-faster/commit/a46d5caf88fdc74f6269627a9737dafa9e9cee78)) +* **create-turbo:** apply package-manager transform ([fd97ace](https://github.com/plvo/create-faster/commit/fd97acece7f4ac82c97b3a80bb5f4a46d5f83875)) +* **create-turbo:** create basic ([5cb76e9](https://github.com/plvo/create-faster/commit/5cb76e96fb2195857abc6621f9e7104f6ab123f9)) +* 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)) +* 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 + +* **modules:** mdx ([74f0d91](https://github.com/plvo/create-faster/commit/74f0d915f12169180da216833a13889aadb904ef)) diff --git a/package.json b/package.json index 9dce83b..dc447a7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "create-faster-repository", "description": "A quick way to create a new project", - "version": "0.0.1", + "version": "1.0.0", "author": "plvo ", "license": "MIT", "private": false,