Skip to content

Commit

Permalink
chore(release): 1.35.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.35.0](v1.34.4...v1.35.0) (2023-06-16)

### Features

* Add symlink and linkPackages functionality ([a1a8e90](a1a8e90))
  • Loading branch information
semantic-release-bot committed Jun 16, 2023
1 parent a1a8e90 commit 620b9c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.35.0](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.34.4...v1.35.0) (2023-06-16)


### Features

* Add symlink and linkPackages functionality ([a1a8e90](https://github.com/CoCreate-app/CoCreate-cli/commit/a1a8e9067e8232ebe127f0114fc547aeca869bf2))

## [1.34.4](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.34.3...v1.34.4) (2023-06-15)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/cli",
"version": "1.34.4",
"version": "1.35.0",
"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.",
"keywords": [
"cli",
Expand Down Expand Up @@ -62,4 +62,4 @@
"glob": "^7.1.7",
"prettier": "^2.3.2"
}
}
}

0 comments on commit 620b9c8

Please sign in to comment.