Skip to content

Commit e43f6b3

Browse files
committed
chore: release v1.3.2
1 parent 50dbd99 commit e43f6b3

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [1.3.2](https://github.com/Jonkimi/create-conductor-flow/compare/v1.3.1...v1.3.2) (2026-02-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **install:** Refine git-ignore logic for non-git repos ([50dbd99](https://github.com/Jonkimi/create-conductor-flow/commit/50dbd992cc66109febb9cec209cfda25755774ff))
9+
10+
11+
### Features
12+
13+
* **install:** Use isGitRepository for git ignore logic ([137dcbc](https://github.com/Jonkimi/create-conductor-flow/commit/137dcbc89bf7d8970548ba8c271bbe57fb90d8f7))
14+
* **utils:** Add isGitRepository utility and tests ([cc162b6](https://github.com/Jonkimi/create-conductor-flow/commit/cc162b690980279d21a755a352ba6f767fc3ba50))
15+
316
## [1.3.1](https://github.com/Jonkimi/create-conductor-flow/compare/v1.3.0...v1.3.1) (2026-02-07)
417

518
# [1.3.0](https://github.com/Jonkimi/create-conductor-flow/compare/v1.2.0...v1.3.0) (2026-02-07)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-conductor-flow",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Conductor Scaffolding CLI - Generate spec-driven, portable Gemini Conductor workflows for any coding agent",
55
"license": "Apache-2.0",
66
"keywords": [

0 commit comments

Comments
 (0)