Skip to content

Commit 681b973

Browse files
chore(release): 1.29.2 [skip ci]
## [1.29.2](v1.29.1...v1.29.2) (2023-06-04) ### Bug Fixes * replace secert GITHUB_TOKEN with GITHUB ([02ab190](02ab190)) * Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([c70f49e](c70f49e))
1 parent c70f49e commit 681b973

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.29.2](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.29.1...v1.29.2) (2023-06-04)
2+
3+
4+
### Bug Fixes
5+
6+
* replace secert GITHUB_TOKEN with GITHUB ([02ab190](https://github.com/CoCreate-app/CoCreate-cli/commit/02ab1908d70c786bb7096d3b01c7a9f6ea5c727d))
7+
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([c70f49e](https://github.com/CoCreate-app/CoCreate-cli/commit/c70f49e8e701735c5a8335ef301197bb5da5d1b9))
8+
19
## [1.29.1](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.29.0...v1.29.1) (2023-06-04)
210

311

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