diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fe382d..bb4af41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.47.4](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.47.3...v1.47.4) (2024-05-08) + + +### Bug Fixes + +* bumped cocreate dependencies ([23445be](https://github.com/CoCreate-app/CoCreate-cli/commit/23445be9cda1c42013e0306976acc56c1c43f519)) + ## [1.47.3](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.47.2...v1.47.3) (2024-04-26) diff --git a/package.json b/package.json index fb95d37..0edc819 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/cli", - "version": "1.47.3", + "version": "1.47.4", "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.", "keywords": [ "cli", @@ -62,4 +62,4 @@ "glob": "^7.1.7", "prettier": "^2.3.2" } -} \ No newline at end of file +}