Skip to content

Commit 322de86

Browse files
chore(release): 1.31.1 [skip ci]
## [1.31.1](v1.31.0...v1.31.1) (2023-06-10) ### Bug Fixes * Update file dependency version and add console colors, minor code refactoring to CoCreate Config. ([c836d3a](c836d3a))
1 parent c836d3a commit 322de86

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.31.1](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.31.0...v1.31.1) (2023-06-10)
2+
3+
4+
### Bug Fixes
5+
6+
* Update file dependency version and add console colors, minor code refactoring to CoCreate Config. ([c836d3a](https://github.com/CoCreate-app/CoCreate-cli/commit/c836d3ae070c41704300f5af646b708a01f8f63b))
7+
18
# [1.31.0](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.30.0...v1.31.0) (2023-06-09)
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.31.0",
3+
"version": "1.31.1",
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",
@@ -64,4 +64,4 @@
6464
"glob": "^7.1.7",
6565
"prettier": "^2.3.2"
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)