Skip to content

Commit 562a6e3

Browse files
chore(release): 1.31.0 [skip ci]
# [1.31.0](v1.30.0...v1.31.0) (2023-06-09) ### Features * exposed functions to module.exports ([1a11a4a](1a11a4a)) * Refactor configuration loading logic, add prompts for env variables, and allow nested choices ([63c8567](63c8567))
1 parent 1a11a4a commit 562a6e3

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.31.0](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.30.0...v1.31.0) (2023-06-09)
2+
3+
4+
### Features
5+
6+
* exposed functions to module.exports ([1a11a4a](https://github.com/CoCreate-app/CoCreate-cli/commit/1a11a4a49041e10b31e4aa9ad358da3da0ec4c01))
7+
* Refactor configuration loading logic, add prompts for env variables, and allow nested choices ([63c8567](https://github.com/CoCreate-app/CoCreate-cli/commit/63c8567bfb1cd700d1f921685fe7812cb3dc1919))
8+
19
# [1.30.0](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.29.3...v1.30.0) (2023-06-07)
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.30.0",
3+
"version": "1.31.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",
@@ -64,4 +64,4 @@
6464
"glob": "^7.1.7",
6565
"prettier": "^2.3.2"
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)