Skip to content

Commit 1c8582c

Browse files
chore(release): 1.42.2 [skip ci]
## [1.42.2](v1.42.1...v1.42.2) (2023-10-09) ### Bug Fixes * bump dependencies ([6a0c858](6a0c858)) * update nginx config to route ws traffic to / ([8bc0775](8bc0775))
1 parent 8bc0775 commit 1c8582c

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.42.2](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.42.1...v1.42.2) (2023-10-09)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies ([6a0c858](https://github.com/CoCreate-app/CoCreate-cli/commit/6a0c85895363879a8dc08e5400fd44a539ba06ab))
7+
* update nginx config to route ws traffic to / ([8bc0775](https://github.com/CoCreate-app/CoCreate-cli/commit/8bc0775887e4abe3808e22186408f8dbb5090c15))
8+
19
## [1.42.1](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.42.0...v1.42.1) (2023-10-09)
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.42.1",
3+
"version": "1.42.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",
@@ -60,4 +60,4 @@
6060
"glob": "^7.1.7",
6161
"prettier": "^2.3.2"
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)