Skip to content

Commit 0c4abab

Browse files
chore: release v1.6.1
1 parent 97650a0 commit 0c4abab

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"apps/cli": "1.6.0"
2+
"apps/cli": "1.6.1"
33
}

apps/cli/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.6.1](https://github.com/plvo/create-faster/compare/create-faster-v1.6.0...create-faster-v1.6.1) (2026-02-16)
4+
5+
6+
### Features
7+
8+
* **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))
9+
* 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))
10+
11+
12+
### Bug Fixes
13+
14+
* **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))
15+
* **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))
16+
317
## [1.6.0](https://github.com/plvo/create-faster/compare/create-faster-v1.5.0...create-faster-v1.6.0) (2026-02-11)
418

519

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-faster",
33
"description": "A quick way to create a new project",
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"license": "MIT",
66
"author": "plvo <[email protected]>",
77
"private": false,

0 commit comments

Comments
 (0)