Skip to content

Commit fba9d08

Browse files
chore(release): 1.29.0 [skip ci]
# [1.29.0](v1.28.4...v1.29.0) (2023-06-04) ### Bug Fixes * html formating ([0020fee](0020fee)) * **semantic-release:** worklow error solved by running node version 14 ([b4b71cb](b4b71cb)) ### Features * **symlink:** Update symlink command ([4d639b8](4d639b8))
1 parent b4b71cb commit fba9d08

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.29.0](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.28.4...v1.29.0) (2023-06-04)
2+
3+
4+
### Bug Fixes
5+
6+
* html formating ([0020fee](https://github.com/CoCreate-app/CoCreate-cli/commit/0020fee96b01b557492f94e5488bd2108a2dff15))
7+
* **semantic-release:** worklow error solved by running node version 14 ([b4b71cb](https://github.com/CoCreate-app/CoCreate-cli/commit/b4b71cb70cff5f6521cbb80e3a96713cf7372480))
8+
9+
10+
### Features
11+
12+
* **symlink:** Update symlink command ([4d639b8](https://github.com/CoCreate-app/CoCreate-cli/commit/4d639b8f674e826a193759aa710ac479c6bb0cbd))
13+
114
## [1.28.4](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.28.3...v1.28.4) (2023-05-25)
215

316

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/cli",
3-
"version": "1.28.4",
3+
"version": "1.29.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",
@@ -66,4 +66,4 @@
6666
"prettier": "^2.3.2",
6767
"prompt": "^1.2.0"
6868
}
69-
}
69+
}

0 commit comments

Comments
 (0)