Skip to content

Commit a902bbe

Browse files
chore: release v1.6.1 (#75)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 01f9a1e commit a902bbe

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed
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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
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-03-02)
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+
* **meta:** extend $when with stack/library/repo/bool matchers ([#83](https://github.com/plvo/create-faster/issues/83)) ([4a1a188](https://github.com/plvo/create-faster/commit/4a1a18880ec1dfab7955de4dced9f50342e48ae8))
10+
* 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))
11+
* **tooling:** integrate lint-staged to husky ([#82](https://github.com/plvo/create-faster/issues/82)) ([f1b7fd7](https://github.com/plvo/create-faster/commit/f1b7fd719b59bd46363aa622bbc12119c979e1f6))
12+
* **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))
13+
14+
15+
### Bug Fixes
16+
17+
* **meta:** package.json configs ([#84](https://github.com/plvo/create-faster/issues/84)) ([01f9a1e](https://github.com/plvo/create-faster/commit/01f9a1e8735bc6e3bdc2635b3f42f8b7f343ed2c))
18+
* **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))
19+
* **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))
20+
21+
22+
### Tests
23+
24+
* **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))
25+
326
## [1.6.0](https://github.com/plvo/create-faster/compare/create-faster-v1.5.0...create-faster-v1.6.0) (2026-02-11)
427

528

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 <plvdev@proton.me>",
77
"private": false,

0 commit comments

Comments
 (0)