Skip to content
Open
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": "1.6.0"
"apps/cli": "1.6.1"
}
20 changes: 20 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.6.1](https://github.com/plvo/create-faster/compare/create-faster-v1.6.0...create-faster-v1.6.1) (2026-02-16)


### Features

* **linter:** add Prettier and integration with ESLint ([#76](https://github.com/plvo/create-faster/issues/76)) ([e974132](https://github.com/plvo/create-faster/commit/e974132853f32d3f58283d7bb846b581482b4166))
* separate linter category and add ESLint support ([#74](https://github.com/plvo/create-faster/issues/74)) ([e5b0236](https://github.com/plvo/create-faster/commit/e5b0236f9d7ebb02d61e5e6353b6d8758c6f0995))
* **turborepo:** add syncpack for dependency version consistency ([#80](https://github.com/plvo/create-faster/issues/80)) ([49ead64](https://github.com/plvo/create-faster/commit/49ead64f55e601be1d8c88d7d10240d01cb4002d))


### Bug Fixes

* **templates/turborepo:** turbo task configuration for lint and clean ([#77](https://github.com/plvo/create-faster/issues/77)) ([1cfc2cb](https://github.com/plvo/create-faster/commit/1cfc2cb2dd2851bf7a55604aacd734812c07b28a))
* **templates:** add missing deps and static validation test ([#79](https://github.com/plvo/create-faster/issues/79)) ([97650a0](https://github.com/plvo/create-faster/commit/97650a02632e8f7256bdee280196a81df93f4790))


### Tests

* **e2e:** tests for generated projects, fix 19 template bugs ([#81](https://github.com/plvo/create-faster/issues/81)) ([c81d6fc](https://github.com/plvo/create-faster/commit/c81d6fcc908f96deb8af910c4a474a3d5309b225))

## [1.6.0](https://github.com/plvo/create-faster/compare/create-faster-v1.5.0...create-faster-v1.6.0) (2026-02-11)


Expand Down
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": "1.6.0",
"version": "1.6.1",
"license": "MIT",
"author": "plvo <plvdev@proton.me>",
"private": false,
Expand Down