Skip to content

Commit d8eab4a

Browse files
chore(release): 1.49.0 [skip ci]
# [1.49.0](v1.48.0...v1.49.0) (2024-11-04) ### Bug Fixes * formating ([4fa8f1b](4fa8f1b)) * formating ([d7c6940](d7c6940)) * prettier.config options ([9c7ed78](9c7ed78)) * removed glob and prittier package ([568016b](568016b)) * removed loadtest, moved mongodb to plugins ([9cea5db](9cea5db)) * usertab false added to tempalte ([8dc0843](8dc0843)) ### Features * add prettier.config.js and format files ([47de18c](47de18c)) * support wildcards, removed glob ([3533c23](3533c23))
1 parent 9c7ed78 commit d8eab4a

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [1.49.0](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.48.0...v1.49.0) (2024-11-04)
2+
3+
4+
### Bug Fixes
5+
6+
* formating ([4fa8f1b](https://github.com/CoCreate-app/CoCreate-cli/commit/4fa8f1bc145c9b42eb9c18795fe3c9e78e7c9ac5))
7+
* formating ([d7c6940](https://github.com/CoCreate-app/CoCreate-cli/commit/d7c694035d9be72cabf557a50a743d8d1dec4287))
8+
* prettier.config options ([9c7ed78](https://github.com/CoCreate-app/CoCreate-cli/commit/9c7ed787cc7f4e9ab20ceb6ffa22fcc75384147a))
9+
* removed glob and prittier package ([568016b](https://github.com/CoCreate-app/CoCreate-cli/commit/568016bdc513a0aa3c10f9e3bfa22374182ef41c))
10+
* removed loadtest, moved mongodb to plugins ([9cea5db](https://github.com/CoCreate-app/CoCreate-cli/commit/9cea5dbd156f7b5900f43269cf94a7e1bbf77011))
11+
* usertab false added to tempalte ([8dc0843](https://github.com/CoCreate-app/CoCreate-cli/commit/8dc0843c31f49c0c0bd125ad73ebdbc95dba5adc))
12+
13+
14+
### Features
15+
16+
* add prettier.config.js and format files ([47de18c](https://github.com/CoCreate-app/CoCreate-cli/commit/47de18c2170889e7f64d8eca34f46b3df166e434))
17+
* support wildcards, removed glob ([3533c23](https://github.com/CoCreate-app/CoCreate-cli/commit/3533c23b339fa893f7400c13cf0d83624572c0b5))
18+
119
# [1.48.0](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.47.7...v1.48.0) (2024-09-21)
220

321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/cli",
3-
"version": "1.48.0",
3+
"version": "1.49.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",

0 commit comments

Comments
 (0)