Skip to content

Commit e8747e8

Browse files
chore(release): 1.53.0 [skip ci]
# [1.53.0](v1.52.0...v1.53.0) (2025-10-08) ### Bug Fixes * Correct directory handling in upload and getConfig functions ([1af7531](1af7531)) * Improve JSON extraction from AI response and update getConfig function for clarity ([8f22fc1](8f22fc1)) * Update config file path handling in getConfig function ([e32e20a](e32e20a)) ### Features * Add translation functionality to upload command and integrate translate module ([a9ff96a](a9ff96a)) * Enhance translation object structure to include placeholders in generated JSON ([6257ed1](6257ed1))
1 parent 8f22fc1 commit e8747e8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.53.0](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.52.0...v1.53.0) (2025-10-08)
2+
3+
4+
### Bug Fixes
5+
6+
* Correct directory handling in upload and getConfig functions ([1af7531](https://github.com/CoCreate-app/CoCreate-cli/commit/1af7531a157dd3ce430776c2b669c6976b06cdc6))
7+
* Improve JSON extraction from AI response and update getConfig function for clarity ([8f22fc1](https://github.com/CoCreate-app/CoCreate-cli/commit/8f22fc15991615b47ef3dfad8c0532e023a5e412))
8+
* Update config file path handling in getConfig function ([e32e20a](https://github.com/CoCreate-app/CoCreate-cli/commit/e32e20a87124aca74f02a9cd56f13adbcb784569))
9+
10+
11+
### Features
12+
13+
* Add translation functionality to upload command and integrate translate module ([a9ff96a](https://github.com/CoCreate-app/CoCreate-cli/commit/a9ff96ac873f6f2ed14001a5877db4a7bbab0cd8))
14+
* Enhance translation object structure to include placeholders in generated JSON ([6257ed1](https://github.com/CoCreate-app/CoCreate-cli/commit/6257ed18ea9152c052e32a13c43b4c51e1646cfc))
15+
116
# [1.52.0](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.51.2...v1.52.0) (2025-09-01)
217

318

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.52.0",
3+
"version": "1.53.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)