Skip to content

Commit 620b9c8

Browse files
chore(release): 1.35.0 [skip ci]
# [1.35.0](v1.34.4...v1.35.0) (2023-06-16) ### Features * Add symlink and linkPackages functionality ([a1a8e90](a1a8e90))
1 parent a1a8e90 commit 620b9c8

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.35.0](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.34.4...v1.35.0) (2023-06-16)
2+
3+
4+
### Features
5+
6+
* Add symlink and linkPackages functionality ([a1a8e90](https://github.com/CoCreate-app/CoCreate-cli/commit/a1a8e9067e8232ebe127f0114fc547aeca869bf2))
7+
18
## [1.34.4](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.34.3...v1.34.4) (2023-06-15)
29

310

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.34.4",
3+
"version": "1.35.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",
@@ -62,4 +62,4 @@
6262
"glob": "^7.1.7",
6363
"prettier": "^2.3.2"
6464
}
65-
}
65+
}

0 commit comments

Comments
 (0)