Skip to content

Commit 06521cb

Browse files
chore(release): 1.54.0 [skip ci]
# [1.54.0](v1.53.0...v1.54.0) (2025-10-11) ### Features * Implement symlink creation command with error handling and path validation ([dce81f2](dce81f2))
1 parent dce81f2 commit 06521cb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.54.0](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.53.0...v1.54.0) (2025-10-11)
2+
3+
4+
### Features
5+
6+
* Implement symlink creation command with error handling and path validation ([dce81f2](https://github.com/CoCreate-app/CoCreate-cli/commit/dce81f23900388bbc26cfbbfa9501dedd1e02596))
7+
18
# [1.53.0](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.52.0...v1.53.0) (2025-10-08)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/cli",
3-
"version": "1.53.0",
3+
"version": "1.54.0",
44
"description": "Polyrepo management bash CLI tool. Run all git commands and yarn commands on multiple repositories. Also includes a few custom macros for cloning, installing, etc.",
55
"keywords": [
66
"cli",

0 commit comments

Comments
 (0)